damned-lies r1328 - trunk



Author: ogmaciel
Date: Thu Jan  8 19:36:42 2009
New Revision: 1328
URL: http://svn.gnome.org/viewvc/damned-lies?rev=1328&view=rev

Log:
Fixed site urls typo that prevented new installations from running. Fixes b.g.o. #567052

Modified:
   trunk/ChangeLog
   trunk/README
   trunk/settings_sample.py

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Thu Jan  8 19:36:42 2009
@@ -37,7 +37,7 @@
 Installation
 ============
 
-1 - Rename settings_sample.py in settings.py and review settings
+1 - Rename settings_sample.py to settings.py and review settings
     (please refer to Database configuration below for more informations).
 
 2 - Run 'python manage.py syncdb'

Modified: trunk/settings_sample.py
==============================================================================
--- trunk/settings_sample.py	(original)
+++ trunk/settings_sample.py	Thu Jan  8 19:36:42 2009
@@ -103,7 +103,8 @@
     'django.middleware.transaction.TransactionMiddleware',
 )
 
-ROOT_URLCONF = 'djamnedlies.urls'
+# Make sure to change 'damned-lies' to match your site's name
+ROOT_URLCONF = 'damned-lies.urls'
 
 TEMPLATE_DIRS = (
     os.path.join(PROJECT_PATH, 'templates'),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]