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
3238
Commits
4
Branches
26
Tags
14 MiB
Tree:
0123e65787
flask
/
tests
/
test_apps
/
cliapp
/
inner1
/
inner2
/
flask.py
4 lines
47 B
Raw
Normal View
History
Unescape
Escape
allow local packages in FLASK_APP don't require .py extension in FLASK_APP add tests for nested package loading parametrize cli loading tests
8 years ago
from
flask
import
Flask
app
=
Flask
(
__name__
)