Marble/server/appointment/apps.py
2024-10-09 21:15:08 +04:00

7 lines
154 B
Python

from django.apps import AppConfig
class AppointmentConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'appointment'