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
54 stars 426 forks source link

Add Support for Azure in Django Cookiecutter #23

Open ndanielsen opened 3 years ago

ndanielsen commented 3 years ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ X] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

While this doesn't pertain to this repo exactly, it would be great to add support for Azure in cookiecutter-django. In addition to this example repo, it would be great to see an example / cookiecutter of a production ready django project on Azure.

https://github.com/pydanny/cookiecutter-django

Feel free to close this out, but wanted to raise this as I'm navigating how to deploy a prod django app on Azure.