This commit is contained in:
Tobias Brunner 2025-06-06 14:53:49 +02:00
parent 01d35a461b
commit d1926cfc17
No known key found for this signature in database
12 changed files with 862 additions and 4 deletions

View file

@ -1,6 +1,7 @@
# Admin module initialization
# Import all admin classes to register them with Django admin
from .articles import *
from .base import *
from .content import *
from .leads import *