A raw connection between redis server and django python app
This repository contains the code for this .
Running the Application
Clone the repository
git clone https://github.com/xxl4tomxu98/django-redis-connection.git
Check into the cloned repository
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
GitHub