Files
notifications-admin/wsgi.py
Martyn Inglis ba4dac051b Integrated credstash as a live properties setting in the app.py class
- initial versions kept it out of this class but updated as lots of duplication and errors as config
set up in multiple places and not all picking up credstash.
2016-01-11 09:32:49 +00:00

7 lines
115 B
Python

from app import create_app
application = create_app('live')
if __name__ == "__main__":
application.run()