Django automated testing with GitHub Actions

The GitHub Actions series, here we take a first look at using GitHub actions with Django to configure automated tests and code linting activities. 00:00 Introduction Part 1 - Getting Django started with GitHub 03:12 Create a new Django project 06:43 Create a new GitHub repository 07:15 Using Git commands to prepare and push repository code Part 2 - Django Models/Testing Introduction 14:22 Building a simple Django Model 16:35 Getting started with Django testing and coverage Building your first test Pa
Back to Top