9 lines
205 B
Python
9 lines
205 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ConsultationsConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "consultations"
|
|
verbose_name = "Консультации"
|
|
|