diff mysite/settings/base.py @ 40:25e00d1b99bf

Get rid of the project name 'mysite' from the source.
author Brian Neal <bgneal@gmail.com>
date Tue, 14 Feb 2012 19:09:57 -0600
parents 903260593491
children
line wrap: on
line diff
--- a/mysite/settings/base.py	Tue Feb 14 18:52:57 2012 -0600
+++ b/mysite/settings/base.py	Tue Feb 14 19:09:57 2012 -0600
@@ -105,8 +105,8 @@
     'django.contrib.sessions',
     'django.contrib.sites',
     'django.contrib.staticfiles',
-    'mysite.band',
-    'mysite.photologue',
+    'band',
+    'photologue',
 ]
 
 #######################################################################