chore: template cleanup

!1
This commit is contained in:
2024-05-13 20:00:17 +09:30
parent 30e7c8de42
commit 0d1b31f9f0
11 changed files with 38 additions and 370 deletions

6
app/core/apps.py Normal file
View File

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