Skip to content

Building a Todo App Using Python Django Framework ๐Ÿ

Notifications You must be signed in to change notification settings

thecaffeinedev/Django-TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Django TodoApp

A Simple Todo App Built with

  • Python ๐Ÿ
  • Django ๐ŸŽธ
  • Bootstrap 4 ๐ŸŒˆ
  • Vanilla JS - ES6
  • JQuery

Clone the repo first

git clone https://github.com/TheCaffeineDev/Django-TodoApp.git

Move into it's folder by

cd Django-TodoApp

Make migrations

python3 manage.py makemigrations
python3 manage.py migrate

Run Server

python3 manage.py runserver 

You need to create a superuser before using the admin

Create Super User

python3 manage.py createsuperuser

Homepage

SignUp

Sign-In

Create Todo

Edit Todo

Current Todo

About

Building a Todo App Using Python Django Framework ๐Ÿ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published