summaryrefslogtreecommitdiff
path: root/django/conf/project_template
diff options
context:
space:
mode:
Diffstat (limited to 'django/conf/project_template')
-rw-r--r--django/conf/project_template/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py
index 5135508f0f..71d4da472d 100644
--- a/django/conf/project_template/settings.py
+++ b/django/conf/project_template/settings.py
@@ -60,6 +60,7 @@ ROOT_URLCONF = '{{ project_name }}.urls'
TEMPLATE_DIRS = (
# Put strings here, like "/home/html/django_templates".
+ # Always use forward slashes, even on Windows.
)
INSTALLED_APPS = (