How To Make A Website With Python And Django

Django web project consists of applications, and each Django web project can contain multiple applications. This article will tell you how to create and add a Django application to a web project. All the operation is implemented in a virtual environment. Please read How To Install Python Django In Virtual Environment first if you do not

How To Make A Website With Python And Django Read More »

How To Install Python Django In Virtual Environment

When you develop a Python application, you may want to make your develop environment-used libraries independent from other libraries that the system provided or other projects used. And then create the project in that isolated environment, so that the project can use the library it needs only and each project will not influence each other.

How To Install Python Django In Virtual Environment Read More »

Python Automation Scripts Examples Use Django And Selenium

Django is the most popular web framework in the python world. You can use it to create a website quickly and simply. Selenium is the most popular website automation testing framework, it can be used to implement website automation function testing in source code with coding language python, java, etc. This example will tell you

Python Automation Scripts Examples Use Django And Selenium Read More »

,

How To Resolve WebdriverException Geckodriver Executable Needs To Be In Path

When I run below python selenium Webdriver source code to open a Firefox browser to run an automation test in macOS, I meet an error message selenium.common.exceptions.WebDriverException:Message: ‘geckodriver’ executable needs to be in PATH. This article will tell you how to fix it.

How To Resolve WebdriverException Geckodriver Executable Needs To Be In Path Read More »