Re: URLs and masking of private objects
Thanks for the feedback. Yes I do implement object level security (so
not security by obscurity), but just wanted to make it less object ID
lookalike to the naive user (who may feel that the system is not
secure). Slugs with GUID seems like a good option.
Steinar
On Nov 12, 12:38 pm, Mike Ramirez <gufym...@gmail.com> wrote:
> On Thursday 12 November 2009 02:48:35 Mike Ramirez wrote:> urlpatterns = patterns('', url(r'^portfolios/(?P<slug>[\w-]+$',
> > 'portfolio.views.load_details', name='details'),
>
> Typo fixes:
> urlpatterns += patterns('', url(r'^portfolios/(?P<slug>[\w-]+)$',
> 'portfolio.views.load_details', name='details'), )
>
> --
> "An open mind has but one disadvantage: it collects dirt."
> -- a saying at RPI
>
> signature.asc
> < 1KViewDownload
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home