/Django-Class-Based-View-Fromatter

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.

Primary LanguagePython

No issues in this repository yet.