Sometimes, we want to get query string parameters with Python Django. In this article, we’ll…
Month: April 2022
Sometimes, we want to write a init function to be used in a Python Django…
Sometimes, we want to modify the request object with Python Django. In this article, we’ll…
Sometimes, we want to fix CSRF token missing or incorrect with Python Django. In this…
Sometimes, we want to access the local Python Django webserver from outside world. In this…
Sometimes, we want to display choice value with Python Django. In this article, we’ll look…
Sometimes, we want to use the built in password reset/change views with my own templates…
Sometimes, we want to add Python Django unit tests without a database. In this article,…
Sometimes, we want to add a ChoiceField with Django Rest Framework. In this article, we’ll…
Sometimes, we want to show the verbose version of a choice with Python Django templates.…