docs: fix ModuleNotFoundError: No module named 'django'
This commit is contained in:
parent
befc7ad2cd
commit
b944241a13
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
@ -396,4 +396,4 @@ django-todo no longer references a jQuery datepicker, but defaults to native htm
|
|||
|
||||
### 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue