This website works better with JavaScript.
Explore
Help
Sign In
playground
/
flask
mirror of
https://github.com/mitsuhiko/flask.git
Watch
1
Star
0
Fork
You've already forked flask
0
Code
Issues
Releases
Activity
3113
Commits
4
Branches
26
Tags
14 MiB
Python
99.8%
Tree:
8a5e389da0
flask
/
examples
/
patterns
/
largerapp
/
yourapplication
/
views.py
5 lines
87 B
Raw
Blame
History
from
yourapplication
import
app
@app
.
route
(
'
/
'
)
def
index
(
)
:
return
'
Hello World!
'
Reference in new issue
Copy Permalink