Skip to the content.

Code 401 Class 29(But really Reading 31) Reading Notes

Beginner’s Guide to Docker

With Docker, you can have an entire development environment isolated: programming languages, software packages, databases, and more.

Docker is Linux containers, which are a type of virtualization.

To build containers, install [Pipenv](https://djangoforbeginners.com/initial-setup/)

Django for APIs - Library Website

Things I want to know more about

How do you have auto template support when creating Django files?

<—BACK