Skip to content

Demonstration of caching in Django Applications using Redis

Notifications You must be signed in to change notification settings

IsaacOmondi/django_caching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Cache Using Redis in Django Applications

This application demonstrates how to use Redis in caching of Django Applications using the following tutorial

Setting up:

git clone https://github.com/isaacomondi/django_caching.git
cd django_cache
virtualenv -p python3 env
source env/bin/activate
pip install -r requirements.txt
./manage.py runserver

To seed data into your db, I have created a script called load_data.py. To use it just run your server and on another terminal write:

python load_data.py

About

Demonstration of caching in Django Applications using Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages