diff options
Diffstat (limited to 'stapp/settings.py')
-rw-r--r-- | stapp/settings.py | 2 |
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 = ( |