How do you create a custom template tag in Django? I guess this question brought you here. In my previous article, I talked about how to create custom template filters…
Python
-
-
Django offers a lot of template filters out of the box but in a few cases, you would have to create yours. In this post, I will be showing you…
-
BlogPython
Understanding Regular Methods, Class Methods, and Static Methods in Python.
by Godspower Eze 288 viewsWhat are Regular Methods in Python? What are Static Methods in Python? What are Class Methods in Python? In this post, I will be answering these questions in the simplest…