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