9 lines
216 B
Python
9 lines
216 B
Python
# -*- coding: utf-8 -*-
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class ServerConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "server"
|
|
verbose_name = "BOSS 直聘自动化服务"
|