Re: When is it useful to run multiple admin sites?

2011-09-11 Thread Joshua Russo
That makes sense. Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/Hz0DW_-dSwAJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: When is it useful to run multiple admin sites?

2011-09-11 Thread galgal
Where can I find any info about hot to run it?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/s5twxCSBgDMJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: When is it useful to run multiple admin sites?

2011-09-11 Thread Nan

I've done this for a multitenant project where we wanted each tenant
to have their own admin site with just their own data filtered, as
well as a central admin where senior staff could manage all tenants'
data.  It's also handy if you want different interfaces (custom forms,
read-only or excluded fields, instructions, etc) instead of just
different permissions for different users.

On Sep 11, 3:13 pm, Joshua Russo  wrote:
> I know you can run multiple admin sites, but the only reason I can see for
> doing it is to have a full admin and other customized admin sites for
> different types of users. This is possibly even a stretch, and really just a
> guess.
>
> What are some of the use cases for multiple admin sites?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



When is it useful to run multiple admin sites?

2011-09-11 Thread Joshua Russo
I know you can run multiple admin sites, but the only reason I can see for 
doing it is to have a full admin and other customized admin sites for 
different types of users. This is possibly even a stretch, and really just a 
guess. 

What are some of the use cases for multiple admin sites? 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/CD_W0_AII9AJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.