Files
WYGIWYH/app/apps/common/apps.py
Herculino Trotta 50b0c6ce01 initial commit
2024-09-26 11:00:40 -03:00

7 lines
149 B
Python

from django.apps import AppConfig
class CommonConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "apps.common"