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.path to get the app name and Class.__name__ to get the view name, but there are a couple of potentially tricky pieces of code I may have to write.)
-- 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.

