BookingService/user/apps.py

7 lines
111 B
Python

from django.apps import AppConfig
class UserConfig(AppConfig):
name = 'user'
verbose_name = '用户'