Skip to content

realpython/django-redis-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caching in Django with Redis

Want to learn how to build this project?

Check out the blog post.

Want to use this project?

  1. Fork/Clone
  2. Create and activate a virtual environment
  3. Install dependencies - pip install -r requirements
  4. Make migrations - python manage.py makemigrations cookbook
  5. Build the database - python manage.py migrate
  6. Create a superuser - python manage.py createsuperuser
  7. Add seed data - python manage.py loaddata cookbook/fixtures/cookbook.json
  8. Run the development server - python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published