Re: Question about administration

2009-04-12 Thread James Bennett
On Sun, Apr 12, 2009 at 9:31 PM, Joshua Williams wrote: > That was the nugget I was looking for.  I think that my use case falls > into the latter, which is currently not available.  Good news is, as > long as i only support 1 "working area" i should be ok. It's true that there's no "push this b

Re: Question about administration

2009-04-12 Thread Joshua Williams
Thank you pointing me to these docs. In the link: > If that doesn't tickle your fancy, check out the following: > http://docs.djangoproject.com/en/dev/topics/auth/#permissions I found the following statement: For example, it's possible to say "Mary may change news stories," but it's not current

Re: Question about administration

2009-04-12 Thread Jacolyte
On Apr 12, 8:16 am, Karlw 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

Re: Question about administration

2009-04-12 Thread J. Williams
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 sh

Re: Question about administration

2009-04-12 Thread Andy Lei
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 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