Rename project
This commit is contained in:
6
monsiteperso.py
Executable file
6
monsiteperso.py
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
from app import app
|
||||
|
||||
if __name__ == '__main__' :
|
||||
app.run(host=app.config['HOST'], port=app.config['PORT'], debug=True)
|
||||
|
||||
Reference in New Issue
Block a user