Files
Backend/plant/apps.py
T
2026-04-02 23:25:39 +03:30

7 lines
142 B
Python

from django.apps import AppConfig
class PlantConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "plant"