READdict

A Reading tracker app

How to run

Create virtual environment. Then run these commands

pip install -r requirements.txt

or this if you use pipenv

pipenv install

Then run these commands

python manage.py makemigrations
python manage.py migrate
python manage.py runserver