mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2024-11-22 09:06:43 +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"
|