This commit is contained in:
Tobias Brunner 2025-06-06 14:53:49 +02:00
parent 01d35a461b
commit d1926cfc17
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ
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 *