mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
cbc9f18366
* 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
2 lines
33 B
Python
2 lines
33 B
Python
from awx.wsgi import application
|