Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Aug 1, 2022
1 parent 6a4eb1a commit a684dd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ Running demo

Run following commands::

pip install -r requirements
export DB_ENGINE='sqlite'
pip install -r requirements.txt
pip install git+https://github.com/PetrDlouhy/django-cache-utils@django40 # django-cache-utils is not compatible with Django >= 4
python manage.py migrate
python manage.py loaddata demoproject/fixtures/auth_user.json
python manage.py loaddata demoproject/fixtures/test_data.json
Expand Down

0 comments on commit a684dd9

Please sign in to comment.