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.…
Sometimes, we want to fix OperationalError No Such Table with Python Django. In this article,…
Sometimes, we want to wait until element is present, visible and interactable with Python Selenium.…