add support for generic pages

This commit is contained in:
2024-05-10 19:39:59 +02:00
parent 511715b75b
commit 8a66da7f6c
9 changed files with 305 additions and 9 deletions

6
dnscms/generic/apps.py Normal file
View File

@ -0,0 +1,6 @@
from django.apps import AppConfig
class GenericConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'generic'