Files
boss_dp/server/apps.py
Your Name 2e143fb0c0 哈哈
2026-02-14 16:50:02 +08:00

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 直聘自动化服务"