This commit is contained in:
Jesper Thøgersen 2025-09-20 15:54:50 +02:00
commit 97e8cf465c
19 changed files with 542 additions and 0 deletions

6
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'