apps.py 81 字节
Newer Older
1 2 3 4 5
from django.apps import AppConfig


class HrsConfig(AppConfig):
    name = 'hrs'