(backend) add django-test-migrations

Add django-test-migrations to the project.
It is a tool that helps to test Django migrations.
This commit is contained in:
Anthony LC
2025-02-12 12:20:10 +01:00
committed by Anthony LC
parent c369419512
commit 7da7214afb

View File

@@ -68,6 +68,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"django-extensions==3.2.3",
"django-test-migrations==1.4.0",
"drf-spectacular-sidecar==2024.12.1",
"freezegun==1.5.1",
"ipdb==0.13.13",