I found an app called redirects that gives me a way to create redirects via 
the admin UI.

It works great, but I noticed that it doesn't support passing along the URL 
parameters to the new redirect target. It seems that this would be a good 
idea.

I found that someone posted a snippet of code that adds this 
<https://stackoverflow.com/questions/43192484/djangos-redirects-app-doesnt-work-with-url-parameters>
.

Where might I go to request that this get added as a feature to the 
shipping django?

Is this something people would use, or would they do redirects at a more 
low-level inside of views or something -- this post about that style seems 
way more popular 
<https://stackoverflow.com/questions/3209906/django-return-redirect-with-parameters>
.

Thanks for letting me know. I'm a bit of a nube.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a9ab37c2-d2cc-4a90-b1fd-24a5c3a203aa%40googlegroups.com.

Reply via email to