move featured events from settings to home page

This commit is contained in:
2024-05-15 01:05:10 +02:00
parent c1e26b39ed
commit 469b4bd1e9
11 changed files with 197 additions and 108 deletions

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

@ -0,0 +1,6 @@
from django.apps import AppConfig
class HomeConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "home"