get_template_names()
Returns a list of candidate template names. Returns the following list:
- the value of
template_name
on the view (if provided) <app_label>/<model_name><template_name_suffix>.html
get_template_names()
Returns a list of candidate template names. Returns the following list:
template_name
on the view (if provided)<app_label>/<model_name><template_name_suffix>.html
Please login to continue.