Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 487 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 487 Bytes

Django Todo App in Docker

This is an example project for a blog 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.