Handling Subdomain Requests

2008-10-26 Thread killer barney
I'm not too familiar with how to handle subdomain requests on django. If i have test.example.com, is this somethign I'm supposed to find in the urls.py?? Or is this done in the middleware? I'm really confused about this, so you may have to give me step by step instructions =) --~--~-~--~-

Re: Query: Field of model "not defined", but existing

2008-10-22 Thread barney
Thanks, added a new attribute. Someone already told me about the limited functionality of syncdb and alternative methods. Once again thanks very much! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gro

Re: Security Trimming and Roles

2008-10-21 Thread killer barney
awesome! thanks On Oct 21, 6:20 am, "Dj Gilcrease" <[EMAIL PROTECTED]> wrote: > http://docs.djangoproject.com/en/dev/topics/auth/?from=olddocs#id6http://docs.djangoproject.com/en/dev/topics/auth/#the-permission-requ... > > might be a good place to start reading > > Dj Gilcrease > OpenRPG Develope

Security Trimming and Roles

2008-10-21 Thread killer barney
Loving django 1.0! But one thing I notice they don't seem to have is security trimming (where you can hide certain links based on the role permissions of a user) or any sort of roles security. Is there any solid way at going about this that already exists in the django framework or is this somet