7 lines
139 B
Python
7 lines
139 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class FinancePlannerConfig(AppConfig):
|
|
name = "financeplanner"
|
|
verbose_name = "FinancePlanner"
|