From 64c567474aa1c1293e999f3dc6c130b6e675b88b Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 16 Feb 2020 09:25:28 +1100 Subject: [PATCH] Doc fix --- docs/start.rst | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/start.rst b/docs/start.rst index 2cac8c6a95..1b389d7e5b 100644 --- a/docs/start.rst +++ b/docs/start.rst @@ -35,7 +35,7 @@ To configure Inventree inside a virtual environment, ``cd`` into the inventree b ``source inventree-env/bin/activate`` -This will place the current shell session inside a virtual environment - the terminal should display the ``(inventree)`` prefix. +This will place the current shell session inside a virtual environment - the terminal should display the ``(inventree-env)`` prefix. .. note:: Remember to run ``source inventree-env/bin/activate`` when starting each shell session, before running Inventree commands. This will ensure that the correct environment is being used. diff --git a/requirements.txt b/requirements.txt index 8edd16379e..d92bb5de7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.10 # Django package +Django==2.2.9 # Django package pillow==6.2.0 # Image manipulation djangorestframework==3.10.3 # DRF framework django-cors-headers==3.2.0 # CORS headers extension for DRF