fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81301c1
)
Changed urls module path in settings to full 'wolnelektury.urls'.
author
Marek Stępniowski
<marek@stepniowski.com>
Wed, 1 Oct 2008 11:19:30 +0000
(13:19 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Wed, 1 Oct 2008 11:19:30 +0000
(13:19 +0200)
wolnelektury/settings.py
patch
|
blob
|
history
diff --git
a/wolnelektury/settings.py
b/wolnelektury/settings.py
index
de4b2cc
..
1e60e1d
100644
(file)
--- a/
wolnelektury/settings.py
+++ b/
wolnelektury/settings.py
@@
-75,7
+75,7
@@
MIDDLEWARE_CLASSES = [
'pagination.middleware.PaginationMiddleware',
]
-ROOT_URLCONF = 'urls'
+ROOT_URLCONF = '
wolnelektury.
urls'
TEMPLATE_DIRS = [
path.join(PROJECT_DIR, 'templates'),