Sometimes, we want to access the local Python Django webserver from outside world. In this…
Coding
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.…
Sometimes, we want to fix Geckodriver executable needs to be in PATH with Selenium Python.…
Sometimes, we want to fix WebDriverException:Chrome failed to start: crashed error with Python Selenium In…