batman (working version kinda)
This commit is contained in:
commit
6dd38036e7
65 changed files with 3950 additions and 0 deletions
7
wsgi.py
Normal file
7
wsgi.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from app import create_app
|
||||
|
||||
# Create application instance - production
|
||||
app = create_app('production')
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run()
|
Loading…
Add table
Add a link
Reference in a new issue