From b944241a135846ebfdbb83cdde0803ad781bc2b9 Mon Sep 17 00:00:00 2001 From: Adrien Lemaire Date: Wed, 24 Apr 2019 10:43:03 +0900 Subject: [PATCH] docs: fix ModuleNotFoundError: No module named 'django' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f89792..5676a7e 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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.