mirror of
https://github.com/peter-tanner/money-manager.git
synced 2024-12-02 23:30:20 +08:00
7 lines
146 B
Python
7 lines
146 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class SummaryConfig(AppConfig):
|
||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||
|
name = 'summary'
|