refactor admin into several files
This commit is contained in:
parent
d9a04655ed
commit
a3cf1cc590
7 changed files with 340 additions and 184 deletions
9
hub/services/admin/__init__.py
Normal file
9
hub/services/admin/__init__.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Admin module initialization
|
||||
# Import all admin classes to register them with Django admin
|
||||
|
||||
from .base import *
|
||||
from .content import *
|
||||
from .leads import *
|
||||
from .pricing import *
|
||||
from .providers import *
|
||||
from .services import *
|
Loading…
Add table
Add a link
Reference in a new issue