Hi, I'm using the django redirects app: https://docs.djangoproject.com/en/1.4/ref/contrib/redirects/ I've created a couple of redirect objects in the admin interface and when I run it locally it works fine, but when I do the same thing on my live server it has no effect. The regular 404 page is showing in stead. The installation is very simple, just a couple of settings and a db table and nothing went wrong there as far as I can see. What am I missing? Locally I run the site with runserver, my liveserver is running nginx and gunicorn. I've restarted both, but it makes no difference.
Thoughts? Guesses? /Angelika -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

