Skip to content

To Do List Website with User login and CRUD Task using Django (Class Based View)

Notifications You must be signed in to change notification settings

yotakeys/ToDoList-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List Web Using Django (Class based view)

User Need login/register to see their own task list, Full CRUD Implementation for task list (Add Task, Delete Task, Read Task, Update Task), Using SQLITE database

Dont Forget to do Migration

python manage.py collectstatic
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Preview:

Login Page LoginPage

Register Page RegisterPage

Main Page TaskListPage

Search Feature SearchFeature

Add Task AddTask

Delete Task DeleteTask

Update and View Task ViewUpdateTask

Learn: https://youtu.be/llbtoQTt4qw

About

To Do List Website with User login and CRUD Task using Django (Class Based View)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published