minor change

This commit is contained in:
2025-08-18 20:23:47 +05:30
parent 916117f3a7
commit 113e1f4417
20 changed files with 219 additions and 5 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
from django.apps import AppConfig
class CoreConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'core'
def ready(self):
# Import signals or other startup code here if needed
pass