November 2020
-
🐥Change the Wagtail site domain via a management command
-
🐥Creating a Django superuser programmatically
-
🐥Writing maintainable code
-
🐥Preview vs live views of a page in Wagtail
-
🐥Creating a redirector page in Wagtail
-
🐥Making publish the default action in Wagtail
-
🐥Annotate Querysets to Fetch Specific Values
-
🐥Forcefully delete a pod in Kubernetes
-
🐥Checking if an Android app is installed via Google Play
-
🐥Stern 1.13.0, templates and line-endings
-
🐥Define Custom Query Sets and Model Managers for Code Reuse
-
🐥Use Prefetch Objects to Control Your Prefetch Related
-
🐥Using Q Objects for Complex Queries
-
🐥Optimize Database Calls with Prefetch Related and Select Related
-
🐥Styling SVG images with CSS
-
🐥TIL: How to remove "npm fund" message
-
🐥Counting hits for objects with Django
-
🐥Debugging Django in VS Code
-
🐥Making a unique list in Python preserving the order
-
🐥Enabling SQL logging in Django
-
🐥Scheduling recurring tasks in Django
-
🐥Outputting a Django queryset as JSON
-
🐥Automating Django admin tasks
-
🐥Safely getting values from a Python dictionary
-
🐥How to test if __name__ == "__main__"