diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-12-31 04:03:40 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-12-31 04:03:40 +0000 |
| commit | 4596b1bbfdebcc367b51182b4c3e1bbaa6ba5631 (patch) | |
| tree | 57608b5139ec6fd12301551f37421d19bc1876a2 /django | |
| parent | c62369361bc5e4b61544b262e4371e7e35286e25 (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')
| -rw-r--r-- | django/conf/project_template/settings.py | 1 |
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 = ( |
