fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added hack to SQL in TagManager.related_for_model to prevent severe performance loss...
[wolnelektury.git]
/
wolnelektury
/
settings.py
diff --git
a/wolnelektury/settings.py
b/wolnelektury/settings.py
index
04b5fd5
..
c5b8d67
100644
(file)
--- a/
wolnelektury/settings.py
+++ b/
wolnelektury/settings.py
@@
-80,7
+80,7
@@
MIDDLEWARE_CLASSES = [
if DEBUG:
MIDDLEWARE_CLASSES.append('middleware.ProfileMiddleware')
-ROOT_URLCONF = '
wolnelektury.
urls'
+ROOT_URLCONF = 'urls'
TEMPLATE_DIRS = (
PROJECT_DIR + '/templates/'