Django 4.0 will include a built-in Redis cache back end

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  • semver

    Semantic Versioning Specification

    Django is still my go-to. Specifically [Django-REST-Framework](https://www.django-rest-framework.org/) with a front-end written with [react-static](https://github.com/react-static/react-static).

    Django's ORM is so nice and the ecosystem around it rocks.

    Its biggest downside is painful upgrades. They don't really follow [semantic versioning](https://semver.org/)

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • Django

    The Web framework for perfectionists with deadlines.

  • django-redis

    Full featured redis cache backend for Django.

    This isn't such a big deal... There are great third-party packages (i.e https://github.com/jazzband/django-redis) for whoever needs a redis cache backend in a project.

    Myself, I just use good ol' memcached for all my caching needs (https://docs.djangoproject.com/en/3.2/topics/cache/#memcache...). It is rock solid and has never failed me till now!

  • django-cacheops

    A slick ORM cache with automatic granular event-driven invalidation.

    Nuts, I was hoping that this was an evolution of https://github.com/Suor/django-cacheops which uses Redis to cache and invalidate ORM result sets by an abstracted representation of filter values. It works, but has a lot of magic (as is the Django way) and takes some tending-to in production.

  • react-static

    ⚛️ 🚀 A progressive static site generator for React.

    Django is still my go-to. Specifically [Django-REST-Framework](https://www.django-rest-framework.org/) with a front-end written with [react-static](https://github.com/react-static/react-static).

    Django's ORM is so nice and the ecosystem around it rocks.

    Its biggest downside is painful upgrades. They don't really follow [semantic versioning](https://semver.org/)

  • django-rest-framework

    Web APIs for Django. 🎸

    Django is still my go-to. Specifically [Django-REST-Framework](https://www.django-rest-framework.org/) with a front-end written with [react-static](https://github.com/react-static/react-static).

    Django's ORM is so nice and the ecosystem around it rocks.

    Its biggest downside is painful upgrades. They don't really follow [semantic versioning](https://semver.org/)

  • django-upgrade

    Automatically upgrade your Django projects.

    You should try the new [django-upgrade](https://github.com/adamchainz/django-upgrade) package. It claims you can either just run it or hook it into your CI. It will automatically take care of some of the heavy lifting for you.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Using Python to Dump Data into Django Models for Testing Frontend or API Endpoints:A Complete Django REST API Tutorial

    3 projects | dev.to | 12 Jul 2024
  • Exploring Django's Third-Party Packages: Top Libraries You Should Know

    8 projects | dev.to | 8 Jul 2023
  • But how do I do this in Python?

    3 projects | /r/Python | 21 May 2023
  • Authentication system using Python (Django) and SvelteKit

    7 projects | dev.to | 16 May 2023
  • Framework like Django's REST Framework?

    3 projects | /r/csharp | 16 Mar 2023

Did you konow that Python is
the 1st most popular programming language
based on number of metions?