This website requires JavaScript.
Explore
Help
Sign In
gbrochar
/
microblog2
Watch
1
Star
0
Fork
You've already forked microblog2
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
f4a401e320
microblog2
/
app
/
auth
/
__init__.py
6 lines
91 B
Python
Raw
Blame
History
from
flask
import
Blueprint
bp
=
Blueprint
(
'
auth
'
,
__name__
)
from
app
.
auth
import
routes
Reference in New Issue
View Git Blame
Copy Permalink