mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-14 21:23:29 +01:00
7 lines
156 B
Python
7 lines
156 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MiniToolsConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "apps.mini_tools"
|