From 4596b1bbfdebcc367b51182b4c3e1bbaa6ba5631 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 31 Dec 2005 04:03:40 +0000 Subject: [PATCH] Changed project_template/settings.py to add helpful comment about forward slashes. Thanks, Michael Hipp git-svn-id: http://code.djangoproject.com/svn/django/trunk@1809 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/project_template/settings.py | 1 + 1 file changed, 1 insertion(+) 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 = (