November 2020
-
30 Nov 2020🐥Adding database backups to Django
-
29 Nov 2020🐥New location for Helm charts and other upgrades
-
28 Nov 2020🐥Change the Wagtail site domain via a management command
-
27 Nov 2020🐥Creating a Django superuser programmatically
-
26 Nov 2020🐥Writing maintainable code
-
25 Nov 2020🐥Preview vs live views of a page in Wagtail
-
24 Nov 2020🐥Creating a redirector page in Wagtail
-
23 Nov 2020🐥Making publish the default action in Wagtail
-
22 Nov 2020🐥Annotate Querysets to Fetch Specific Values
-
21 Nov 2020🐥Forcefully delete a pod in Kubernetes
-
20 Nov 2020🐥Checking if an Android app is installed via Google Play
-
19 Nov 2020🐥Stern 1.13.0, templates and line-endings
-
17 Nov 2020🐥Define Custom Query Sets and Model Managers for Code Reuse
-
16 Nov 2020🐥Use Prefetch Objects to Control Your Prefetch Related
-
15 Nov 2020🐥Using Q Objects for Complex Queries
-
14 Nov 2020🐥Optimize Database Calls with Prefetch Related and Select Related
-
13 Nov 2020🐥Styling SVG images with CSS
-
12 Nov 2020🐥TIL: How to remove "npm fund" message
-
11 Nov 2020🐥Counting hits for objects with Django
-
10 Nov 2020🐥Debugging Django in VS Code
-
9 Nov 2020🐥Making a unique list in Python preserving the order
-
8 Nov 2020🐥Enabling SQL logging in Django
-
7 Nov 2020🐥Scheduling recurring tasks in Django
-
6 Nov 2020🐥Outputting a Django queryset as JSON
-
5 Nov 2020🐥Automating Django admin tasks