6 lines
90 B
Python
6 lines
90 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MiaCoreConfig(AppConfig):
|
|
name = 'mia_core'
|