mirror of
https://github.com/taskPyroer/DjangoVue3Admin.git
synced 2026-09-23 05:10:54 +00:00
7 lines
164 B
Python
7 lines
164 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AppOperationLogConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'app_operation_log'
|