Plankton_Detector/PlanktonDetector/Community/apps.py

7 lines
150 B
Python
Raw Normal View History

2023-12-13 02:11:29 +01:00
from django.apps import AppConfig
class CommunityConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "Community"