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
This commit is contained in:
Adrian Holovaty 2005-12-31 04:03:40 +00:00
parent c62369361b
commit 4596b1bbfd
1 changed files with 1 additions and 0 deletions

View File

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