fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdf7839
)
Added admindocs application, previously ommited by mistake.
author
Marek Stępniowski
<marek@stepniowski.com>
Mon, 22 Sep 2008 19:15:18 +0000
(21:15 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Mon, 22 Sep 2008 19:15:18 +0000
(21:15 +0200)
wolnelektury/settings.py
patch
|
blob
|
history
diff --git
a/wolnelektury/settings.py
b/wolnelektury/settings.py
index
ab9a40f
..
8b03f9c
100644
(file)
--- a/
wolnelektury/settings.py
+++ b/
wolnelektury/settings.py
@@
-83,7
+83,7
@@
if DEBUG:
ROOT_URLCONF = 'urls'
TEMPLATE_DIRS = (
- PROJECT_DIR + '/templates/'
+ PROJECT_DIR + '/templates/'
,
)
# CSS and JS files to compress
@@
-126,6
+126,7
@@
INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.admin',
+ 'django.contrib.admindocs',
'newtagging',
'pagination',
'chunks',