On Sep 13, 2013, at 12:47 PM, Arnold Krille wrote:
> On Fri, 13 Sep 2013 11:30:44 -0700 Lee Hinde wrote:
>> So, the question, is there a way to wrap url include calls in a
>> permission check?
>
> Wrapping a whole url-include would only work when the url-tree is
> rebuild for each request taki
On Fri, 13 Sep 2013 11:30:44 -0700 Lee Hinde wrote:
> So, the question, is there a way to wrap url include calls in a
> permission check?
Wrapping a whole url-include would only work when the url-tree is
rebuild for each request taking into account the requesting user.
Todays technologies don't d
Using Django 1.5.x
I have in my project urls.py entries like this:
url(r'^staff/people/', include('people.urls')),
url(r'^staff/admin/facility', include('facility.urls')),
url(r'^staff/admin', include('district.urls')),
url(r'^staff/section', include('classes.urls')),
3 matches
Mail list logo