jrobichaud / django-test-migrations-398

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-test-migrations issues #398

This is a demo project to demonstrate the problem with the plan

  • the main branch has the old state of the app.
  • the develop branch has the new state of the app with a problem with the migrations.
  python3 -m venv ./venv                                                                                                                                                                                                        1h 24m
  source ./venv/bin/activate 
  pip install -r requirements.txt
  python manage.py test

About


Languages

Language:Python 100.0%