Removed debugging applications from main settings.
[redakcja.git] / platforma / config / platforma.wsgi.template
index 3528fe8..b1b35b4 100644 (file)
@@ -18,7 +18,7 @@ sys.path = [
 ] + sys.path
 
 # Run Django
-os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
+os.environ['DJANGO_SETTINGS_MODULE'] = '%(project_name)s.settings'
 
 from django.core.handlers.wsgi import WSGIHandler
 application = WSGIHandler()