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
212b3a2a
Commit
212b3a2a
authored
Aug 11, 2012
by
Horacio G. de Oro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated install instructions on README.
parent
afce7d82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
+10
-1
README.md
+10
-1
No files found.
README.md
View file @
212b3a2a
...
...
@@ -23,7 +23,16 @@ Installation
pip install git+git://github.com/benjaoming/django-wiki.git
After that, add
`'wiki'`
and
`'django_notify'`
to
`settings.INSTALLED_APPS`
.
After that, add
`'wiki'`
and
`'django_notify'`
to
`settings.INSTALLED_APPS`
and the plugins (they aren't optional yet).
You must remember to add the dependencies to
`settings.INSTALLED_APPS`
(
`'mptt'`
,
`'sekizai'`
,
`'django.contrib.humanize'`
) and run
`syncdb`
.
Then, add
`'sekizai.context_processors.sekizai'`
to
`settings.TEMPLATE_CONTEXT_PROCESSORS`
.
To integrate the wiki to your existing application, you shoud add the following lines to
`urls`
:
url(r'^wiki/', include('wiki.urls', namespace='wiki')),
url(r'^django_notify/', include('django_notify.urls', namespace='notify')),
Plugins
------------
...
...
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