Files
WYGIWYH/app/apps/net_worth/apps.py
Herculino Trotta 3dde44b1cd changes
2024-10-09 00:31:21 -03:00

7 lines
154 B
Python

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