diff options
Diffstat (limited to 'apps/settings.py')
-rw-r--r-- | apps/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.py b/apps/settings.py index 3579ab7..e663c48 100644 --- a/apps/settings.py +++ b/apps/settings.py @@ -73,7 +73,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(ROOT_DIR, 'templates') + os.path.join(ROOT_DIR, 'templates'), ) # Absolute path to the directory that holds media. # Example: "/home/media/media.lawrence.com/" |