add Docker for Python Developers slide deck

This commit is contained in:
William Vincent 2018-12-04 11:17:10 -05:00
parent c8551e2081
commit 360058b794

View File

@ -80,9 +80,10 @@
### Docker
> Docker is commonly used to work with production-level databases locally like PostgreSQL or MySQL.
* [Why Docker?](https://wsvincent.com/django-tips-docker/)
* [How to use Django, Docker, and PostgreSQL](https://wsvincent.com/django-docker-postgresql/)
* [A Beginner's Guide to Docker](https://wsvincent.com/beginners-guide-to-docker/)
* [A Brief Intro to Docker for Djangonauts](https://www.revsys.com/tidbits/brief-intro-docker-djangonauts/)
* [How to use Django, Docker, and PostgreSQL](https://wsvincent.com/django-docker-postgresql/)
* [Docker for Django Developers (slides)](https://mherman.org/presentations/dockercon-2018/#1)
* [Dockerizing Django with Postgres, Gunicorn, and Nginx](https://testdriven.io/dockerizing-django-with-postgres-gunicorn-and-nginx)
## Django REST Framework