Fixed small bug in auto-generated comment in project_template.settings.main

git-svn-id: http://code.djangoproject.com/svn/django/trunk@83 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-15 22:36:26 +00:00
parent fd5b0fa55c
commit 03f72b629d
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# Django settings for {{ project_name }} project admin site.
from main import *
TEMPLATE_DIRS = (

View File

@ -1,4 +1,4 @@
# Django settings for {{ app_name }} project.
# Django settings for {{ project_name }} project.
DEBUG = True