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: 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 . pip install --editable .
pytest -x -v pytest -x -v
@ -396,4 +396,4 @@ django-todo no longer references a jQuery datepicker, but defaults to native htm
### URLs ### URLs
Some views and URLs were renamed for logical consistency. If this affects you, see source code and the demo GTD site for reference to the new URL names. Some views and URLs were renamed for logical consistency. If this affects you, see source code and the demo GTD site for reference to the new URL names.