November 2020
-
🐥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__"
-
🐥Testing exceptions in pytest
October 2020
-
🐥Generating slugs and redirects with Django
-
🐥Overriding the Django Admin site
-
🐥Executing a Python function and fail after x attempts
-
🐥Accessing Django settings in your templates
-
🐥Sorting a Python dict by value
-
🐥Coloring Python logging output
-
🐥Running pytest as a Github Action
-
🐥Installing Packages from a file on Linux