This commit is contained in:
2026-04-02 23:25:39 +03:30
parent 881f8efa4d
commit bd0d04256c
84 changed files with 2725 additions and 856 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class FarmHubConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "farm_hub"