Django_Redis
This repository contains the code for this blogpost.
Running the Application
Clone the repository
git clone https://github.com/xxl4tomxu98/django-redis-connection.git
Check into the cloned repository
cd django-redis
If you are using Pipenv, setup the virtual environment and start it as follows:
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install wheel
pip install -r requirements.txt
python django_redis_demo/manage.py runserver
Send requests to http://localhost:8000/api/items