learner010
Results
3
comments of
learner010
I would love to see this feature. Setting `reuse_db` in env is a pain.
at terminal `$ REUSE_DB=1 python manage.py test` works as a charm
`$ REUSE_DB=1 python manage.py test` creates db if one does not exist and does not remove it. `$ REUSE_DB=0 python manage.py test` removes existing test db, creates fresh one and...