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.