Azure-Samples / djangoapp

The polls app from the official Django tutorial, that demonstrates how to build data-driven Python apps in Azure App Service.
MIT License
56 stars 426 forks source link

Add GitHub Actions example #15

Closed JasonFreeberg closed 3 years ago

JasonFreeberg commented 4 years ago

Adding an example workflow file for deploying Django to App Service using GitHub Actions. There was also a bug in one of the unit tests, this PR fixes that.