Use the package manager pip to install packages:
pip install -r requirements.txtAfter that run Redis server:
redis-serveror with redis-windows
To fill database with entries run
python manage.py generate_product <amount_of_categories> <amount_of_products>To set random values for Product price, status and remains run
python manage.py setvals