Provide default templates
Is there a "philosophical" reason why no default templates are provided as a starting point? I got invitations working in a few minutes, and the it took me two hours to find out what should be in the templates (the doc is also quite spars in this area)
I would be willing to contribute a set of very basic templates following Django's template structuring best practices (e.g. http://lincolnloop.com/django-best-practices/apps/modules/templates.html) which could help getting started quickly. but I'll only do the packaging if it would be fine for the maintainers to add them.
Comments (3)
-
David Montgomery
-
David Larlet
Thanks for discussing about that.
To me it's most a problem of a lack of documentation about templates and contexts in this application.
I'm -0 on adding default templates and +1 at improving docs on this topic. Thoughts?
-
David Larlet
- changed status to resolved
FYI, I just merge your work with "trunk", thanks a lot for those additions! Do not hesitate to ping me if you update your repository.
- Log in to comment »
I would like to include default templates unless David Larlet is opposed for some reason. I know they would have got me going a bit faster when I started using this.