-
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/)
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
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.
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
Related posts
-
Django Rest framework Now EP01: Poetry
-
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