You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Django views, template_name is used to indicate a (non-default) template. In django-tables2 I have to use template. I think adhering to the Django naming convention would be better.
The text was updated successfully, but these errors were encountered:
In Django views,
template_name
is used to indicate a (non-default) template. Indjango-tables2
I have to usetemplate
. I think adhering to the Django naming convention would be better.The text was updated successfully, but these errors were encountered: