mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-01-31 19:53:11 +08:00
8 lines
191 B
Python
8 lines
191 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class TargetsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'apps.targets'
|
|
verbose_name = '扫描目标管理'
|