Monthly Archives: October 2023

Adding a GitHub webhook to Django

By | October 26, 2023

Here is a neat article to follow if you are looking to use Django to respond to a GitHub webhook. https://simpleisbetterthancomplex.com/tutorial/2016/10/31/how-to-handle-github-webhooks-using-django.html

Category: Git