This commit is contained in:
adevopg
2024-11-12 09:17:08 +01:00
parent fe43f30207
commit 6b976046cb
211 changed files with 18030 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class HomeConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'home'