-
Notifications
You must be signed in to change notification settings - Fork 159
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
Document how to extend the default template #110
Comments
+1 |
2 similar comments
+1 |
+1 |
As modifying an existing set of templates is such an involved procedure, I often think comprehensive documentation of the variables, methods, template tags that are available for a Django app would be a much better approach. Any JavaScript dependencies would also need to be noted. An unstyled skeleton template might also be useful, as an example, but all the CSS styling and anything else extraneous needs to be removed. Using Django Compressor might be useful, but it is a site-wide decision, and one for the end of the development process--including it in a Django app only confuses the initial development. I have been dealing with this problem for Puput today, and after copying the entire Puput template structure to my project override template folder, I spent the afternoon iteratively deleting stuff until I got to a base I could work with.... |
+1 |
As users couldn't select a template (for the moment #42) it could be useful have a section in the documentation that explains how to extend the default template. This will avoid further issues like #63
The text was updated successfully, but these errors were encountered: