initial commit

This commit is contained in:
2026-02-02 10:52:20 +05:30
parent 2767fdf674
commit ab7373fc34
73 changed files with 2 additions and 14 deletions
+9
View File
@@ -0,0 +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