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
Though it may be basic Django knowledge I think it is wise to add a little documentation about overriding the default templates.
Override any template by creating a django_dynamic_views directory in your templates directory. Make a copy of the template you wish to change and change it to your needs.
When you have trouble overriding the default templates check the following
Your copy is in a templates_directory outside an APP
When your custom template does live within an APP then make sure your APP is loaded before django_dymamic_views
The text was updated successfully, but these errors were encountered:
Though it may be basic Django knowledge I think it is wise to add a little documentation about overriding the default templates.
The text was updated successfully, but these errors were encountered: