Released Django Rocket 0.3.0
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 »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 »A modern Django admin shortcut interface ( kbar ) – GitHub – rajasimon/django-command-palette: A modern Django admin shortcut interface ( kbar )…
Read more »Migrating your Django app off Heroku, and onto a fresh new (free) Platform-as-a-Service.
Read more »Sharing patterns I use with Django and htmx. Contribute to spookylukey/django-htmx-patterns development by creating an account on GitHub.
Read more »Beatserver, a periodic task scheduler for Django 🎵 – GitHub – rajasimon/beatserver: Beatserver, a periodic task scheduler for Django 🎵…
Read more »We recently found a vulnerability in Django that allows us to disclose sensitive information. Let’s review the root cause, exploiting technique, and patch.
Read more »