Django Views – The Right Way
Welcome to my opinionated guide on how to write views in Django!
Read more »Welcome to my opinionated guide on how to write views in Django!
Read more »Money fields for Django forms and models. Contribute to django-money/django-money development by creating an account on GitHub.
Read more »A fast and scalable app that adds vector search capabilities to your Django applications. It offers low latency, fast search results, native Django integration, and automatic syncing between your m…
Read more »A Common Table Expression acts like a temporary table or view that exists only for the duration of the query it is attached to. django-cte allows common table expressions to be attached to normal Django ORM queries.
Read more »The benefits you’ll get transitioning from a Django stack to a NestJS stack, especially when combined with Amplication.
Read more »Added a docker-compose.yml file to set up Postgres and Redis instances. (#23) Changed index template to add links to documentation and source code. (#23)…
Read more »A Django SaaS boilerplate. Contribute to ErnestoFGonzalez/djangorocket development by creating an account on GitHub.
Read more »Django styleguide used in HackSoft projects. Contribute to HackSoftware/Django-Styleguide development by creating an account on GitHub.
Read more »TIL that you can specify update_fields while saving a Django model to generate a leaner underlying SQL query. This yields better performance while updating multiple objects in a tight loop. To test that, I’m opening an IPython shell with python manage.py …
Read more »Django Authentication Backend Using Passkeys. Contribute to mkalioby/django-passkeys development by creating an account on GitHub.
Read more »