The main difference between "working areas" and the sites framework is
that I would like to have a single login page.  Also, this might be my
lack of understanding of the site framework, but it seems that it's
main focus is for separate domains to share information.  The "work
area" idea that I shared below restricts users for sharing information
that exists in the same domain/site.

The best example that I was able to stumble across is detailed in the
following link:

http://www.hoboes.com/Mimsy/?ART=621

They say something along the lines "We’ll need to create our own
access limits on a per-record basis".  I guess if there is no easy
answer, I just need to try to hack this out as best I can.

Thanks a lot for the feedback and I plan on staying subscribed to this
mailing list, maybe I can jump on the questions that have the easy
answers.

-Karlw

On Apr 12, 2009, at 2:17 PM, Andy Lei <andy...@gmail.com> wrote:

>
> http://docs.djangoproject.com/en/dev/ref/contrib/sites/#ref-contrib-sites
>
> is this what you're looking for?
>
>
> On Apr 12, 10:16 am, Karlw <jowil...@gmail.com> wrote:
>> Hey all,
>>
>> I had a general question about administration in Django.  So I do not
>> think my situation is unique, so I don't want to go out and make a
>> customer solution if there is already something out there.
>>
>> What i would like to have happen would be to separate my site into
>> "working areas", and each working area only has the ability to
>> interact with other items in their area.  This would keep a user in
>> area 1 from interacting with a user in area 2, and furthermore admins
>> from doing the same.
>>
>> A way that I know how to do this would be to roll out a new django
>> project for each "working area".  But have the "working area"
>> solution
>> that i have in my head seems to be a bit more elegant.  You would
>> update the views/models on 1 project instead of having to script a
>> deployment across several.
>>
>> Is there some django app that already has this built in?  Any info
>> would be helpful.
>>
>> Best Regards,
>>
>> Karlw
> >

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

Reply via email to