➕(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:
@@ -68,6 +68,7 @@ dependencies = [
|
|||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"django-extensions==3.2.3",
|
"django-extensions==3.2.3",
|
||||||
|
"django-test-migrations==1.4.0",
|
||||||
"drf-spectacular-sidecar==2024.12.1",
|
"drf-spectacular-sidecar==2024.12.1",
|
||||||
"freezegun==1.5.1",
|
"freezegun==1.5.1",
|
||||||
"ipdb==0.13.13",
|
"ipdb==0.13.13",
|
||||||
|
|||||||
Reference in New Issue
Block a user