This website requires JavaScript.
Explore
Help
Sign in
orbit-oss
/
flask
Watch
4
Star
4
Fork
You've already forked flask
2
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
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
Reference in a new issue
Copy permalink