summaryrefslogtreecommitdiff
path: root/stapp
diff options
context:
space:
mode:
authorParth Buch2012-06-18 16:59:01 +0530
committerParth Buch2012-06-18 16:59:01 +0530
commitee03c66e02e5ae1e83508e635404b879fea8a23f (patch)
tree07819e171958b5607bf1e89af775562068769444 /stapp
parenta817f9536f56c8c8355cc0afc27c5d9847d5b9ba (diff)
downloadstproject-ee03c66e02e5ae1e83508e635404b879fea8a23f.tar.gz
stproject-ee03c66e02e5ae1e83508e635404b879fea8a23f.tar.bz2
stproject-ee03c66e02e5ae1e83508e635404b879fea8a23f.zip
Changed 'template' to 'templates'
Diffstat (limited to 'stapp')
-rw-r--r--stapp/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stapp/settings.py b/stapp/settings.py
index 1e3a061..fbc6bdc 100644
--- a/stapp/settings.py
+++ b/stapp/settings.py
@@ -109,7 +109,7 @@ TEMPLATE_DIRS = (
# 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.
- os.path.join(PROJECT_DIR, "template")
+ os.path.join(PROJECT_DIR, "templates")
)
INSTALLED_APPS = (