- rename myslice.wsgi into wsgi.py and propagate this change.
[unfold.git] / myslice / settings.py
index 93d044c..7b9e3c2 100644 (file)
@@ -148,7 +148,7 @@ MIDDLEWARE_CLASSES = (
 ROOT_URLCONF = 'myslice.urls'
 
 # Python dotted path to the WSGI application used by Django's runserver.
-WSGI_APPLICATION = 'myslice.wsgi.application'
+WSGI_APPLICATION = 'apache.wsgi.application'
 
 TEMPLATE_DIRS = (
     # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
@@ -174,7 +174,7 @@ INSTALLED_APPS = (
     # plugins
     'plugins',
     # views - more or less stable 
-    'views',
+    'ui',
     # managing database migrations
     'south', 
     # Uncomment the next line to enable the admin: