docs: fix ModuleNotFoundError: No module named 'django'

This commit is contained in:
Adrien Lemaire 2019-04-24 10:43:03 +09:00
parent befc7ad2cd
commit b944241a13

View file

@ -294,7 +294,7 @@ LOGGING = {
django-todo uses pytest exclusively for testing. The best way to run the suite is to clone django-todo into its own directory, install pytest, then:
pip install pytest pytest-django
pip install pytest pytest-django Django
pip install --editable .
pytest -x -v