HiPhone_BE/graph/apps.py
2023-05-04 11:06:04 +09:00

7 lines
142 B
Python

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