Skip to content

class based view in Django. At its core, a class-based view allows you to respond to different HTTP request methods with different class instance methods, instead of with conditionally branching code inside a single view function.

Notifications You must be signed in to change notification settings

muhammedrahil/Django-Class-Based-View-Fromatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

About

class based view in Django. At its core, a class-based view allows you to respond to different HTTP request methods with different class instance methods, instead of with conditionally branching code inside a single view function.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published