mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-03-20 20:26:20 +08:00
8 lines
183 B
Python
8 lines
183 B
Python
# -*- coding: utf-8 -*-
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class CustomPluginsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'custom_plugins'
|