mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
8 lines
181 B
Python
8 lines
181 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PtSiteConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'pt_site'
|
|
verbose_name = 'PT站点管理'
|