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
edx
django-wiki
Commits
0303bcdb
Commit
0303bcdb
authored
Aug 12, 2012
by
benjaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Headlines
parent
0de33822
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
README.md
+5
-10
No files found.
README.md
View file @
0303bcdb
...
@@ -21,15 +21,13 @@ This is where it all begins. In less than *3* weeks we should have a wiki system
...
@@ -21,15 +21,13 @@ This is where it all begins. In less than *3* weeks we should have a wiki system
Installation
Installation
------------
------------
Install
### Install
____
__
_
Install directly from Github, since there is no release yet:
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`
Configure
`settings.INSTALLED_APPS`
### Configure `settings.INSTALLED_APPS`
________________________________
__
_
Make sure that the following is present:
Make sure that the following is present:
...
@@ -43,21 +41,18 @@ Make sure that the following is present:
...
@@ -43,21 +41,18 @@ Make sure that the following is present:
'sekizai',
'sekizai',
'django.contrib.humanize',
'django.contrib.humanize',
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
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`
.
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