Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.13 KB

Django Todo App

Tutorial: Deploying Django Apps with Docker: A Step-by-Step Guide

Django todo app screenshot

🟢 Prerequisites

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

📦 Getting started

  • 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

⚖ License

The code used in this project and in the linked tutorial are licensed under the Apache License, Version 2.0.