Split graph/import/meta into Django apps, add API v1 with OpenAPI and pytest, and introduce plugin registry with the tags reference plugin on both FE and BE. Co-authored-by: Cursor <cursoragent@cursor.com>
4 lines
95 B
INI
4 lines
95 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = config.settings
|
|
python_files = tests.py test_*.py *_tests.py
|