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
2aabc2dc
Commit
2aabc2dc
authored
Feb 03, 2013
by
benjaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move macros configuration and do not include django_notify twice in the urlconf
parent
affa1594
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
testproject/testproject/settings.py
+2
-2
testproject/testproject/urls.py
+0
-1
No files found.
testproject/testproject/settings.py
View file @
2aabc2dc
...
...
@@ -101,15 +101,15 @@ INSTALLED_APPS = (
'django.contrib.admindocs'
,
'south'
,
'sekizai'
,
'django_notify'
,
'sorl.thumbnail'
,
'django_notify'
,
'wiki'
,
'wiki.plugins.macros'
,
'wiki.plugins.help'
,
'wiki.plugins.links'
,
'wiki.plugins.images'
,
'wiki.plugins.attachments'
,
'wiki.plugins.notifications'
,
'wiki.plugins.macros'
,
'mptt'
,
#'haystack',
)
...
...
testproject/testproject/urls.py
View file @
2aabc2dc
...
...
@@ -8,7 +8,6 @@ admin.autodiscover()
urlpatterns
=
patterns
(
''
,
url
(
r'^admin/doc/'
,
include
(
'django.contrib.admindocs.urls'
)),
url
(
r'^admin/'
,
include
(
admin
.
site
.
urls
)),
url
(
r'^notify/'
,
include
(
'django_notify.urls'
,
namespace
=
'notify'
)),
)
if
settings
.
DEBUG
:
...
...
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