ToastFreeware
/
toast
/
alpenzoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e66da3
)
Now using "templates" as our template dir name.
author
Philipp Spitzer
<philipp@spitzer.priv.at>
Tue, 5 May 2015 21:27:06 +0000
(23:27 +0200)
committer
Philipp Spitzer
<philipp@spitzer.priv.at>
Tue, 5 May 2015 21:29:45 +0000
(23:29 +0200)
alpenzoo_django/settings.py
patch
|
blob
|
history
diff --git
a/alpenzoo_django/settings.py
b/alpenzoo_django/settings.py
index 6cf5884a97fdd14c89819a5f748d95e193517d52..6c26ce424dbfd9e9fc348b1a64f257eb039b5312 100644
(file)
--- a/
alpenzoo_django/settings.py
+++ b/
alpenzoo_django/settings.py
@@
-59,7
+59,8
@@
TEMPLATES = [
'DIRS': [],
'APP_DIRS': True,
'OPTIONS': {
- 'auto_reload': True
+ 'auto_reload': True,
+ 'app_dirname': 'templates'
},
},
]