In this video, I show you how to use Django Detail View to output the details of a single instance in a Django model.
Django Generic Views Playlist
===========================
• DJANGO GENERIC CLASS BASED VIEWS
Django Generic Create View
======================================
• Django Generic Create View|Learn Djan...
00:00 Introduction
02:13 Editting Views file
04:37 Editting HTML template
05:16 Edit Url file
08:22 Testing on the browser and reviewing