Sorry, my english didn't help me in explaining myself!

I have just one site with 2 applications
App A is something like "1st floor office documents"
App B is something like "2nd floor office documents"

This two applications are very different one from the other and are
reached with 2 different urls
mysite.com/1stfloor
mysite.com/2ndfloor

On the homepage of the site (mysite.com) there should be a "last
images" widget showing images from both floors, so i need a single
gallery application, but i also need to avoid people from the 1stfloor
to delete or edit images from the 2dnfloor. If make gallery available
from the admin and give permission to both the floors to publish and
edit it, anyone can do anything.

I hope you can understand me, my english is really bad!!!!

Maybe is just impossible to do what'm asking for :)

Thank you again!!!!

Alessio

On 24 Nov, 18:53, Jeff Anderson <[EMAIL PROTECTED]> wrote:
> Haku wrote:
> > Hi all, and please excuse me if i ask something obvious for you. I
> > can't get out of this problem!
>
> > I've got a site with 2 separate applications (call it A & B). Each one
> > has it's own administrators and there must be absolutely no
> > information passed from application A to application B and vice-versa.
>
> > Beside, i have a very simple gallery application. Administrators form
> > both applications (A and B) should upload images to the gallery, but A
> > should see only A's files and B only B's.
>
> > How can this be done with the administration site?
>
> It sounds like you have two different websites, but since you're asking
> the question I'm guessing that you want both applications on the same site.
>
> The way to do it is to use the permission system that comes with the
> Django auth/admin system. I've never implemented it myself, but it's all
> documented.
>
> You can also have multiple admin sites installed on different URL paths.
> Make one admin site for one app, and another admin site for the other.
> I've never done that either though, but it too is documented. :)
>
> Jeff Anderson
>
>  signature.asc
> < 1KVisualizzaScarica
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to