Ryan Hoban
Ryan Hoban
# Checklist - [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+) for similar or identical bug reports. - [x] I have checked the [pull requests list](https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22Category%3A+Documentation%22) for existing proposed fixes. -...
The documentation indicates we can use [django_db_blocker](https://pytest-django.readthedocs.io/en/latest/database.html#django-db-blocker) to unblock database access and enable tests to utilize a real database. Alternatively we can implement [django_db_setup](https://pytest-django.readthedocs.io/en/latest/database.html#using-an-existing-external-database-for-tests) to use a real database. Is...