proof of concept
This commit is contained in:
7
app/auth/__init__.py
Normal file
7
app/auth/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from flask import Blueprint
|
||||
|
||||
|
||||
auth = Blueprint('auth', __name__)
|
||||
|
||||
|
||||
from . import views, errors, forms, models
|
||||
0
app/auth/errors.py
Normal file
0
app/auth/errors.py
Normal file
0
app/auth/forms.py
Normal file
0
app/auth/forms.py
Normal file
0
app/auth/models.py
Normal file
0
app/auth/models.py
Normal file
0
app/auth/views.py
Normal file
0
app/auth/views.py
Normal file
Reference in New Issue
Block a user