Skip to content

create todo application with django framework and use django class base view.

License

Notifications You must be signed in to change notification settings

KaushalSalvatore/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-app

create todo application with django framework and use django class base view. user can login and Signup. Register User can add task , delete Task and update task. and also search task with task title.

  • Class-based views provide an alternative way to implement views as Python objects instead of functions. They do not replace function-based views, but have certain differences and advantages when compared to function-based views.

  • Organization of code related to specific HTTP methods (GET, POST, etc.) can be addressed by separate methods instead of conditional branching.

  • Object oriented techniques such as mixins (multiple inheritance) can be used to factor code into reusable components.

Django class-based views Documention Links:

About

create todo application with django framework and use django class base view.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published