Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overriding templates need documentation #13

Open
troef opened this issue Aug 11, 2016 · 0 comments
Open

Overriding templates need documentation #13

troef opened this issue Aug 11, 2016 · 0 comments

Comments

@troef
Copy link
Contributor

troef commented Aug 11, 2016

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant