Re: how to have different logo for django admin based on URL

2011-04-10 Thread Mengu
I don't know if there is a Django way for this, however this can be
achived very easily with javascript.

On Apr 9, 2:36 am, rahul jain  wrote:
> Anyone ever tried to have different logos for admin based on the URL
>
> Like
>
> http://url/comp1
>
> use comp1 logo for django admin always
>
> http://url/comp2
>
> use comp2 logo for django admin always
>
> Thanks.
>
> Rahul

-- 
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.



how to have different logo for django admin based on URL

2011-04-08 Thread rahul jain
Anyone ever tried to have different logos for admin based on the URL

Like

http://url/comp1

use comp1 logo for django admin always


http://url/comp2

use comp2 logo for django admin always

Thanks.

Rahul

-- 
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.