Not sure if this has been covered before, but I was thinking about this for 
awhile.

Is there a way to dynamically select a View to be used by a URL without 
having to replicate the URL dispatcher over and over via a "superceding" 
like method. Like for example, in my project (let's say it's generic), if I 
have "BaseEmailer" at "<project_root>.emailer.views" and I have a client 
with a special-case need installed at 
"<project_root>.clients.emailer.views", can I get Django to dynamically 
select it just based off this logic: if client-app-name = base-app-name?

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/bc82a384-dec5-4f0a-8cb4-2e4c642b3677%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to