mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-15 12:54:14 +00:00
7 lines
146 B
Python
7 lines
146 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ReportsConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "reports"
|