Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muhammedrahil/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.
https://github.com/muhammedrahil/django-class-based-view-fromatter

classbasedviews django orm python

Last synced: 18 days ago
JSON representation

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.

Awesome Lists containing this project