I tried doing it without the url, it returns a 404 error. The doc says that Each time any Django application raises a 404 error, the middleware checks the flatpages database for the requested URL as a last resort. Yes I have added the middleware, 'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware', and did syncdb. In the db I have the django_flatpage table with the url and content given from the admin interface... Can you plz tell me what's wrong..?
--~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---