This website requires JavaScript.
Explore
Drone
Блог
Вопросы
Календарь
Help
Sign In
b4tman
/
pub1c-web
Watch
1
Star
0
Fork
0
You've already forked pub1c-web
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
fa282b96e0
pub1c-web
/
run.py
8 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
initial commit
2021-05-21 12:19:11 +00:00
add create_app
2021-10-07 11:31:12 +00:00
from
app
.
app
import
create_app
initial commit
2021-05-21 12:19:11 +00:00
add create_app
2021-10-07 11:31:12 +00:00
app
=
create_app
(
)
initial commit
2021-05-21 12:19:11 +00:00
if
__name__
==
'
__main__
'
:
app
.
run
(
debug
=
True
)
Reference in New Issue
Copy Permalink