
Django-Python Tutorial Part 2
It is time for us to take our Python and Django skills to building a full application. This is part two in a two-part series of tutorials where we build an application from scratch. This series will walk through all the steps required to build your own solution. A Python/Django Site Monitor The application we build is a web solution for monitoring web sites and API end points. We can configure the application to simply do a heartbeat check or validate the content returned. This second part of the series focuses on the back-end python code. This is the “guts” of doing the checks and scheduling them. The bulk of our tutorial covers the Django steps, but there is plenty... Read more