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:
parent
c62369361b
commit
4596b1bbfd
|
@ -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 = (
|
||||
|
|
Loading…
Reference in New Issue