Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

detailview

class YourView(DetailView):
	model			= YourModel 
    template_name	= 'your_model_detail.html' 
Source by docs.djangoproject.com #
 
PREVIOUS NEXT
Tagged: #detailview
ADD COMMENT
Topic
Name
5+3 =