Since this isn't really appropriate for django-dev, could we move any
further discussion on this over to the django-users group, please?
Many thanks!
Tom
On Sunday, 16 December 2012 18:53:43 UTC, Zach Borboa wrote:
>
> > 1) Being able to create redirects (which seems to already be on the
> >
> 1) Being able to create redirects (which seems to already be on the
> todo-list)
Creating temporary 302 redirects are currently possibly right now. The
TODO is for being able to specify both 301 and 302 redirects through
the admin.
> 2) Being able to specify extra kwargs to pass to a view so t
Yeah, I agree, as it is, I can't see any reason why I would use it, but I
could see it being useful with some modifications such as:
1) Being able to create redirects (which seems to already be on the
todo-list)
2) Being able to specify extra kwargs to pass to a view so that it would be
possibl
On Friday, December 7, 2012 9:07:32 PM UTC+1, Zach Borboa wrote:
>
> Does something like this exist already? If not, it should.
How this can be useful ? You still need to write the view in Python then
why not write the urls in Python too, like it's currently the way to go.
If something in thi
For those of you following, development of django-urls has moved to github.
Thanks
https://github.com/django-urls/django-urls
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To view this discussion on the web visit
https://groups.google.c
On Fri, Dec 7, 2012 at 4:55 PM, Zach Borboa wrote:
> Would something like this be better as an application (e.g.
> django-urls) or part of the core?
>
As a general rule you'll *always* better off building something external.
The path to getting something built-in requires overwhelming evidence t
Hi Florian,
Thank you for the response. This was just an idea and I'm glad you
welcome it. I will work on a patch and my convincing techniques.
Would something like this be better as an application (e.g.
django-urls) or part of the core?
Regards,
Zach
On Fri, Dec 7, 2012 at 1:45 PM, Florian Apo
Hi Zach,
On Friday, December 7, 2012 9:07:32 PM UTC+1, Zach Borboa wrote:
>
> Does something like this exist already? If not, it should.
I am wondering what you are trying to achieve with this post. If you only
want to know if something like this exists you should ask in django-users,
this mai