Skip to content

A Django Todo Application built to demonstrate Containerization with Docker

License

Notifications You must be signed in to change notification settings

betterstack-community/django-todo-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Django Todo Application built to demonstrate Containerization with Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Other 2.5%