Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 496 Bytes

generic-views.md

File metadata and controls

10 lines (7 loc) · 496 Bytes

Generic views

Django’s generic views... were developed as a shortcut for common usage patterns... They take certain common idioms and patterns found in view development and abstract them so that you can quickly write common views of data without having to repeat yourself.

Django Documentation