mia-accounting-django/mia_core/apps.py

6 lines
90 B
Python

from django.apps import AppConfig
class MiaCoreConfig(AppConfig):
name = 'mia_core'