django-eav2/test_project/apps.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
94 B
Python
Raw Permalink Normal View History

2021-07-04 15:58:33 +00:00
from django.apps import AppConfig
class TestAppConfig(AppConfig):
name = "test_project"