mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-19 04:51:13 +00:00
5 lines
88 B
Python
5 lines
88 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MyAppConfig(AppConfig):
|
|
name = 'main_app'
|