and i was laughing when the doc said you had to replace mysite with my own name
[myslice.git] / apache / myslice.wsgi
index 6e36476..3d03cd4 100644 (file)
@@ -5,7 +5,7 @@ path = '/usr/share/myslice'
 if path not in sys.path:
     sys.path.append(path)
 
-os.environ['DJANGO_SETTINGS_MODULE'] = 'mysite.settings'
+os.environ['DJANGO_SETTINGS_MODULE'] = 'myslice.settings'
 
 import django.core.handlers.wsgi
 application = django.core.handlers.wsgi.WSGIHandler()