Files
viewflow/tests/apps.py
2020-11-23 21:39:11 +06:00

9 lines
150 B
Python

import os
from django.apps import AppConfig
class TestsConfig(AppConfig):
name = 'tests'
path = os.path.dirname(os.path.abspath(__file__))