django-eav2/django_test_app/main_app/apps.py

5 lines
88 B
Python

from django.apps import AppConfig
class MyAppConfig(AppConfig):
name = 'main_app'