mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
prep project for openshift
This commit is contained in:
parent
bcbb1997c5
commit
22e70ee8fd
40 changed files with 3916 additions and 83 deletions
6
wsgi.py
Normal file
6
wsgi.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from proxstar import app
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(host=app.config['IP'], port=app.config['PORT'])
|
||||
|
||||
application = app
|
Loading…
Add table
Add a link
Reference in a new issue