Azure-Samples / docker-django-webapp-linux

A simple Python Django application running in a Docker container.
MIT License
54 stars 220 forks source link

Not production ready #9

Open akshaybabloo opened 6 years ago

akshaybabloo commented 6 years ago

I think using the django provide server should be avoided and Django insists on not using it (https://docs.djangoproject.com/en/2.0/ref/django-admin/#runserver). Maybe adding a uwsgi to this template would be useful.

z2z commented 5 years ago

This is bad sample.

IMHO Better sample ... https://github.com/Azure-App-Service/python https://github.com/robpco/docker-nginx-uwsgi-flask-mssql