mirror of
https://github.com/viewflow/viewflow.git
synced 2026-03-13 10:32:34 +08:00
9 lines
150 B
Python
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__))
|
|
|