Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-wiki
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-wiki
Commits
0de33822
Commit
0de33822
authored
Aug 12, 2012
by
benjaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Nicer headlines for install instructions
parent
5710402e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
README.md
+12
-5
No files found.
README.md
View file @
0de33822
...
@@ -21,11 +21,15 @@ This is where it all begins. In less than *3* weeks we should have a wiki system
...
@@ -21,11 +21,15 @@ This is where it all begins. In less than *3* weeks we should have a wiki system
Installation
Installation
------------
------------
1.
Install.
Install
____
__
_
Install directly from Github, since there is no release yet:
`pip install git+git://github.com/benjaoming/django-wiki.git`
`pip install git+git://github.com/benjaoming/django-wiki.git`
2.
Configure
`settings.INSTALLED_APPS`
Configure
`settings.INSTALLED_APPS`
________________________________
__
_
Make sure that the following is present:
Make sure that the following is present:
...
@@ -39,18 +43,21 @@ Make sure that the following is present:
...
@@ -39,18 +43,21 @@ Make sure that the following is present:
'sekizai',
'sekizai',
'django.contrib.humanize',
'django.contrib.humanize',
3.
Database
Database
________
To sync and create tables, do:
To sync and create tables, do:
python manage.py syncdb
python manage.py syncdb
python manage.py migrate
python manage.py migrate
4.
Configure
`settings.TEMPLATE_CONTEXT_PROCESSORS`
Configure
`settings.TEMPLATE_CONTEXT_PROCESSORS`
________________________________________________
Add
`'sekizai.context_processors.sekizai'`
to
`settings.TEMPLATE_CONTEXT_PROCESSORS`
.
Add
`'sekizai.context_processors.sekizai'`
to
`settings.TEMPLATE_CONTEXT_PROCESSORS`
.
5.
Include urlpatterns
Include urlpatterns
________________
__
_
To integrate the wiki to your existing application, you shoud add the following lines at the end of your project's
`urls.py`
.
To integrate the wiki to your existing application, you shoud add the following lines at the end of your project's
`urls.py`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment