qmsk_www: site templates
authorTero Marttila <terom@paivola.fi>
Sun, 14 Sep 2014 00:22:17 +0300
changeset 57 2d339cc8d57a
parent 56 36c3846987fe
child 58 522e6b928f35
qmsk_www: site templates
qmsk_www/settings.py
--- a/qmsk_www/settings.py	Sun Sep 14 00:03:45 2014 +0300
+++ b/qmsk_www/settings.py	Sun Sep 14 00:22:17 2014 +0300
@@ -64,3 +64,8 @@
 STATICFILES_DIRS = (
     './qmsk_www/static',
 )
+
+## Site templates
+TEMPLATE_DIRS = (
+    './qmsk_www/templates',
+)