Is there a way to automatically assign URLs based on view names?

2013-07-06 Thread R. Eastbourne
I would like all my URLs to follow this schema: appname/ClassBasedViewName. I don't want to have to update urls.py every time I change my views, so I would like these URLs assigned automatically. Is there an existing module that is capable of doing this? (Otherwise I will write my own, using os

Looking for projects that make Django accessible to novice programmers

2013-09-29 Thread R. Eastbourne
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.