Thanks for the suggestions. @Andre Terra I figured out that my solution doesn't work actually. Custom managers is not useful in my case because underlying auth system is still same, it means it will also use same same session tables, cookies etc.
@Russell Keith-Magee Sorry, I couldn't understand what you mean in your second paragraph. What I'm trying to do is exactly what you're suggesting, in the example there is an app called "myapp" and I resolve the url and if the request is routed to a view in "myapp" app I change AUTH_USER_MODEL setting because AFAIK all applications use a shared settings.py file. If there's a way to use different settings for each application, please let me know. Otherwise if you're suggesting that I should start new project that has its manage.py and settings.py I think it would be much more painful. Sincerely, Burak Emre -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/5482e77e-effb-404b-9a70-945c5f75ee7a%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
