Initial commit
Dieser Commit ist enthalten in:
6
v2_adminpanel/leads/__init__.py
Normale Datei
6
v2_adminpanel/leads/__init__.py
Normale Datei
@ -0,0 +1,6 @@
|
||||
# Lead Management Module
|
||||
from flask import Blueprint
|
||||
|
||||
leads_bp = Blueprint('leads', __name__, template_folder='templates')
|
||||
|
||||
from . import routes
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren