Add django-linear-migrations dependency
- Introduced `django-linear-migrations` version 2.17.0 to manage migrations more effectively and prevent merges. - Refactored `INSTALLED_APPS` in `settings.py` to allow linear-migrations to track first party apps explicitly.
This commit is contained in:
parent
2dba19a77e
commit
fa6103d007
6 changed files with 31 additions and 9 deletions
|
|
@ -41,4 +41,5 @@ dependencies = [
|
|||
"typing-extensions==4.9.0",
|
||||
"urllib3==1.26.14",
|
||||
"whitenoise==6.7.0",
|
||||
"django-linear-migrations>=2.17.0",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue