summaryrefslogtreecommitdiff
path: root/django/conf
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-12-31 04:03:40 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-12-31 04:03:40 +0000
commit4596b1bbfdebcc367b51182b4c3e1bbaa6ba5631 (patch)
tree57608b5139ec6fd12301551f37421d19bc1876a2 /django/conf
parentc62369361bc5e4b61544b262e4371e7e35286e25 (diff)
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
Diffstat (limited to 'django/conf')
-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 = (