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

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