fix imports
diff --git a/plstackapi/planetstack/wsgi.py b/plstackapi/planetstack/wsgi.py
index 6e03e11..11c4ce5 100644
--- a/plstackapi/planetstack/wsgi.py
+++ b/plstackapi/planetstack/wsgi.py
@@ -19,7 +19,7 @@
 # if running multiple sites in the same mod_wsgi process. To fix this, use
 # mod_wsgi daemon mode with each site in its own daemon process, or use
 # os.environ["DJANGO_SETTINGS_MODULE"] = "planetstack.settings"
-os.environ.setdefault("DJANGO_SETTINGS_MODULE", "planetstack.settings")
+os.environ.setdefault("DJANGO_SETTINGS_MODULE", "plstackapi.planetstack.settings")
 
 # This application object is used by any WSGI server configured to use this
 # file. This includes Django's development server, if the WSGI_APPLICATION