Tutorial: Deploying Django Apps with Docker: A Step-by-Step Guide
You must have Python3 and pip installed on your machine. You also need to set up PostgreSQL. This project was tested against the following versions:
- Python 3.10.6
- Pip 22.0.2
- PostgreSQL 14.8
- Fork this repo to your GitHub account by clicking the Fork button.
- Clone the repo to your machine.
git clone https://github.com/<username>/django-todo-app
-
Follow the tutorial to learn how to deploy the application using Docker.
-
See the docker branch for the final code.
The code used in this project and in the linked tutorial are licensed under the Apache License, Version 2.0.