This website requires JavaScript.
Explore
Help
Sign In
gbrochar
/
microblog2
Watch
1
Star
0
Fork
You've already forked microblog2
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
02e93a9716
microblog2
/
run.py
4 lines
59 B
Python
Raw
Normal View
History
Unescape
Escape
hello world
2012-12-16 08:24:07 +00:00
#!flask/bin/python
from
app
import
app
python 3, pep8 and other various updates
2014-09-19 14:47:13 +00:00
app
.
run
(
debug
=
True
)