diff options
author | James Cammarata <jimi@sngx.net> | 2013-06-24 19:03:33 +0200 |
---|---|---|
committer | James Cammarata <jimi@sngx.net> | 2013-06-24 19:06:11 +0200 |
commit | cbc9f183662e72c7c79420214cef95baa5364145 (patch) | |
tree | 00a69a8f1a2268bf3fe4745b14eea1418bfdeef1 /config | |
parent | UI clean-up (diff) | |
download | awx-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.py | 1 |
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 |