This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
flasky
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
python
flask
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45
Commits
1
Branch
1.8 MiB
Python
73.4%
HTML
23.5%
CSS
2.4%
Mako
0.6%
Tree:
889522d9e0
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '889522d9e0'
${ noResults }
flasky
/
app
/
auth
/
__init__.py
7 lines
87 B
Raw
Blame
History
from
flask
import
Blueprint
auth
=
Blueprint
(
'
auth
'
,
__name__
)
from
.
import
views