mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Initial commit
This commit is contained in:
commit
edb3d8f57b
55 changed files with 15544 additions and 0 deletions
7
run_dev.py
Normal file
7
run_dev.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from wowfunding.factory import create_app
|
||||
import settings
|
||||
|
||||
if __name__ == '__main__':
|
||||
app = create_app()
|
||||
app.run(host=settings.BIND_HOST, port=settings.BIND_PORT,
|
||||
debug=settings.DEBUG, use_reloader=False)
|
Loading…
Add table
Add a link
Reference in a new issue