projects
/
xnet
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adca31e
)
add templates settings
author
Brice Gelineau
<brice.gelineau@m4x.org>
Sat, 2 Feb 2013 11:11:21 +0000
(12:11 +0100)
committer
Brice Gelineau
<brice.gelineau@m4x.org>
Sat, 2 Feb 2013 11:11:21 +0000
(12:11 +0100)
xnet/settings.py
patch
|
blob
|
blame
|
history
diff --git
a/xnet/settings.py
b/xnet/settings.py
index
7119125
..
f13afca
100644
(file)
--- a/
xnet/settings.py
+++ b/
xnet/settings.py
@@
-116,6
+116,7
@@
ROOT_URLCONF = 'xnet.urls'
WSGI_APPLICATION = 'xnet.wsgi.application'
TEMPLATE_DIRS = (
+ os.path.join(ROOT_DIR, 'templates'),
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.