I'm trying to build an easy to deploy Django project and app template. My attempt at it is hosted here: https://github.com/grigi/project_template
It is incredibly difficult to let this not explode into a template that has so many dependencies that it becomes impossible to actually use :P My aims with this is: - Keep it simple and easy to deploy - Make it easy to add applications - Make it very quick to get running (the default config should need no changes to at least work) - Encourage testing (used nose with spec and coverage plugins) - Make the default configuration perform well (no performance sinks and implement caching where useful) Any ideas/suggestions? Thanks, Nickolas -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/r1G2k5iGhp0J. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.