diff examples/project/settings.py @ 8:a82369f2574e

http client tests
author Victor Ng <victor@monkeybean.ca>
date Thu, 28 Aug 2008 12:42:31 -0400
parents 8d0793b2358b
children 35178e70f1cd
line wrap: on
line diff
--- a/examples/project/settings.py	Thu Aug 28 12:04:55 2008 -0400
+++ b/examples/project/settings.py	Thu Aug 28 12:42:31 2008 -0400
@@ -1,4 +1,4 @@
-# Django settings for p1 project.
+# Django settings for 'project' project.
 
 DEBUG = True
 TEMPLATE_DEBUG = DEBUG
@@ -64,7 +64,7 @@
     'django.middleware.doc.XViewMiddleware',
 )
 
-ROOT_URLCONF = 'p1.urls'
+ROOT_URLCONF = 'project.urls'
 
 TEMPLATE_DIRS = (
     # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".