November 2020
-
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
-
4 Nov 2020🐥Safely getting values from a Python dictionary
-
3 Nov 2020🐥How to test if __name__ == "__main__"
-
2 Nov 2020🐥Testing exceptions in pytest
October 2020
-
31 Oct 2020🐥Generating slugs and redirects with Django
-
30 Oct 2020🐥Overriding the Django Admin site
-
29 Oct 2020🐥Executing a Python function and fail after x attempts
-
28 Oct 2020🐥Accessing Django settings in your templates
-
27 Oct 2020🐥Sorting a Python dict by value
-
26 Oct 2020🐥Coloring Python logging output
-
25 Oct 2020🐥Running pytest as a Github Action