I'm developing an open-source toolset for Django that makes it easier to develop a particular type of website.
I would like for it to be accessible to people who have some understanding of web development but don't necessarily have the capability or time to develop a complex site from scratch. So, I am working at simplifying everything I possibly can for this domain, e.g. by providing: - Models to inherit from - Class-based views to inherit from - Form classes to inherit from - HTML templates to inherit from - Custom project & app templates - Autogenerated urls.py - etc.... Does anyone know of other projects that do something like this for a particular category of website? It would be nice to compare and I might get some ideas. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

