8 posts tagged with "django"
django shell plus saves so much time
When working with the shell inside Docker containers during…
django rest framework custom APIClient headers in testing
11/14/2021 22:00 | Category: django
Tags: django_rest_frameworkTDDpython
Working in DRF has quite a few advantages…
django rest framework api key rocks
11/14/2021 21:58 | Category: django
Tags: django_rest_frameworkpython
Recently I started working on an application that requires a…
django create secondary model on create
When working in Django if you have related models that…
django linebreaksbr
During some client work my friend and I ran into an issue where we didn't want a…
Django Bulk Create
django bulk create Bulk create operations are a faster, minimally logged operation that reduces…
Django Admin Properties
06/10/2021 22:38 | Category: django
Tags: django_adminmodelspython
django admin properties When working in the Django admin today I created a custom property that…
Custom Django Admin Filters
06/10/2021 22:11 | Category: django
Tags: django_admin
custom django admin filters Today I had the need to provide a custom filter to users of the Django…