Version2
This commit is contained in:
9
Version1/runserver.py
Normal file
9
Version1/runserver.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
This script runs the GirlsDayPython application using a development server.
|
||||
"""
|
||||
|
||||
from os import environ
|
||||
from GirlsDayPython import app
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(host="0.0.0.0", port=5555)
|
||||
Reference in New Issue
Block a user