mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
6 lines
94 B
Python
6 lines
94 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class TestAppConfig(AppConfig):
|
||
|
|
name = 'test_project'
|