fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5f082bb
)
Fixed url module path in settings.py.
author
Marek Stępniowski
<marek@stepniowski.com>
Sun, 7 Sep 2008 20:38:56 +0000
(22:38 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Sun, 7 Sep 2008 20:38:56 +0000
(22:38 +0200)
wolnelektury/settings.py
patch
|
blob
|
history
diff --git
a/wolnelektury/settings.py
b/wolnelektury/settings.py
index
c5b8d67
..
04b5fd5
100644
(file)
--- a/
wolnelektury/settings.py
+++ b/
wolnelektury/settings.py
@@
-80,7
+80,7
@@
MIDDLEWARE_CLASSES = [
if DEBUG:
MIDDLEWARE_CLASSES.append('middleware.ProfileMiddleware')
if DEBUG:
MIDDLEWARE_CLASSES.append('middleware.ProfileMiddleware')
-ROOT_URLCONF = 'urls'
+ROOT_URLCONF = '
wolnelektury.
urls'
TEMPLATE_DIRS = (
PROJECT_DIR + '/templates/'
TEMPLATE_DIRS = (
PROJECT_DIR + '/templates/'