mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-18 23:07:00 +01:00
7 lines
154 B
Python
7 lines
154 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class NetWorthConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "apps.net_worth"
|