-
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.
-
-
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!
-
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.
-
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 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/)
-
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.
Related posts
-
Using Python to Dump Data into Django Models for Testing Frontend or API Endpoints:A Complete Django REST API Tutorial
-
Exploring Django's Third-Party Packages: Top Libraries You Should Know
-
But how do I do this in Python?
-
Authentication system using Python (Django) and SvelteKit
-
Framework like Django's REST Framework?