How to build a Django Site Connectivity Web App
In this tutorial, we will be building a site connectivity app that checks the availability of a certain website. You can use it to know if a certain site is accessible or not. We will be using two libraries for this project, Django and requests. Django is a web development framework used to build websites […]
How to build a Django Site Connectivity Web App Read More »