mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2025-05-29 02:03:22 +03:00
7 lines
126 B
Python
7 lines
126 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class UnitTestAppConfig(AppConfig):
|
|
name = 'tests'
|
|
verbose_name = "Unit test app"
|