GitHub - ErnstHaagsman/djangodocker: A sample Django project to dockerize (original) (raw)

Django Todo App in Docker

This is an example project for ablog post on the PyCharm blog. Please read more about it there.

To run the project, set up a Django compatible database (I use PostgreSQL but you're welcome to use something else) and configure it in djangodocker/settings.py.

To see the Docker version of this code, see the dockerized branch of this repo.