feat(settings): new module for whole of application settings/globals

!10
This commit is contained in:
2024-05-23 19:10:08 +09:30
parent 88f1007a74
commit ac233e432f
11 changed files with 95 additions and 4 deletions

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

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