chore(django): track initial migrations and test config

This commit is contained in:
2026-04-24 22:18:28 +03:30
parent 0289a15089
commit 9910b386d2
9 changed files with 996 additions and 4 deletions

3
pytest.ini Normal file
View File

@@ -0,0 +1,3 @@
[pytest]
DJANGO_SETTINGS_MODULE = config.settings.test
python_files = tests.py test_*.py *_tests.py