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 = (