All Projects → realpython → django-redis-cache

realpython / django-redis-cache

Licence: other
No description, website, or topics provided.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].