summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2013-06-24 19:03:33 +0200
committerJames Cammarata <jimi@sngx.net>2013-06-24 19:06:11 +0200
commitcbc9f183662e72c7c79420214cef95baa5364145 (patch)
tree00a69a8f1a2268bf3fe4745b14eea1418bfdeef1 /config
parentUI clean-up (diff)
downloadawx-cbc9f183662e72c7c79420214cef95baa5364145.tar.xz
awx-cbc9f183662e72c7c79420214cef95baa5364145.zip
More debian packaging stuff
* Added ability to do official vs dev builds (need to add to the RPM builds now) * Reverted changes to awx/wsgi.py after talking with Chris C. regarding the pathing issues and created config/wsgi.py instead that is installed to /var/lib/awx * Cleaned up package scripts so there's less junk being written to the screen during the install/uninstall
Diffstat (limited to 'config')
-rw-r--r--config/wsgi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/wsgi.py b/config/wsgi.py
new file mode 100644
index 0000000000..d517e2385a
--- /dev/null
+++ b/config/wsgi.py
@@ -0,0 +1 @@
+from awx.wsgi import application