Skip to content

theOpetunde/todoapp-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a Todo App with Django

Django is a powerful web framework for building web applications. In this project, we will be building a Todo App with Django and basic HTML. Begin by setting up Python and Django

Set up development frameworks and environment

Step 1: Download Python on the Python website. If you have done that already, then move on to step 2

Step 2: Open the command line Terminal on your PC and use pip to install Django.

You can install django by doing

pip install Django

You can find the full tutorial for building the TodoList App here

About

A basic Todo list app created with Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published