This website requires JavaScript.
Explore
Help
Sign In
vincent
/
chainetv_web
Watch
1
Star
0
Fork
0
You've already forked chainetv_web
Code
Issues
Pull Requests
Releases
Wiki
Activity
be56a0aaa5
chainetv_web
/
backend
/
run.py
5 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
fix error gunicorn
2019-04-29 14:55:30 +00:00
from
chainetv
.
app
import
create_app
app
=
create_app
(
)
first commit
2019-04-24 11:57:08 +00:00
if
__name__
==
'
__main__
'
:
change project structure
2019-04-29 14:23:24 +00:00
app
.
run
(
)
Reference in New Issue
Copy Permalink