Plankton_Detector/PlanktonDetector/DetectionApp/apps.py

7 lines
156 B
Python

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