Recently I needed functionality just like in django.contrib.redirects - redirects table, that can be edited in admin. I was sad to find out that its strongly not configurable. For example, I dont need status 301, but need something else. I dont need 'site' field (since there is only one site), but I need field 'is_active'. Also I need that redirect works for all pages, not only 404. Right now I've did that by my own and I don't want to make it separate app since Django has similar functionality. How about making that application a little bit more configurable and convinient? It doesn't seems to be difficult, so I can do it myself.
-- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
