This website requires JavaScript.
Explore
Help
Sign in
maya-chen
/
flask
Watch
1
Star
0
Fork
You've already forked flask
0
forked from
orbit-oss/flask
Code
Pull requests
Activity
1c35b98f0b
flask
/
examples
/
patterns
/
largerapp
/
yourapplication
/
__init__.py
5 lines
85 B
Python
Raw
Normal View
History
Unescape
Escape
Adds the largerapp from the docs as an example
2016-12-30 12:43:31 -05:00
from
flask
import
Flask
set example app names directly
2017-05-27 12:47:33 -07:00
app
=
Flask
(
'
yourapplication
'
)
Adds the largerapp from the docs as an example
2016-12-30 12:43:31 -05:00
set example app names directly
2017-05-27 12:47:33 -07:00
import
yourapplication
.
views
Copy permalink