Dynamic View Selection

2017-08-11 Thread Khai Weng Au Yeong
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 gener

Re: Dynamic View Selection

2017-08-13 Thread Khai Weng Au Yeong
arg2) > except ImportError: > return base_view(request, arg1, arg2) > > Yours, > Russ Magee %-) > > On 11 Aug 2017, at 5:32 am, Khai Weng Au Yeong > wrote: > > Not sure if this has been covered before, but I was thinking about this > for awhile. &