What/Where to modify django-registration to use with mobile broswers
I am using django-registration along side django auth for my client account creation and login. Our site will be used by moble users and desktop users. We just started tackling the idea of mobile users by loading different templates from the view depending on user agent strings. It's cleanly done, but I am not sure if it is the right way to do it as we are now stuck with what to do on views that are not easily accessible (that we didn't write ourselves). Which brings me to the problem at hand: I have no idea how to tackle redirecting the mobile user away from the login url that django