Hi all, I have (as far as I am aware) installed the flatpages app correctly, set up the MIDDLEWARE_CLASSES correctly, got a flatpages/default.html template on my template path, got the leading and trailing slashes on my flatpages (created via the admin interface) adn my SITE_ID is set to the only site I have and i still get 404s when I try to view my flatpages.
Currently I am using the development server, and I am using django version 0.97-pre-SVN-6410. I have tried appending the following to my urlconf, but it just come with 'no flatpage matching query' : (r'^(.*)/$','django.contrib.flatpages.views.flatpage'), My site is still currently set to 'example.com', although as i am using the development the site is based off of localhost:8000 (just for fun, I added this as a site, reset the SITE_ID in the settings.py and made sure all of the flatpages had this as a site, made no difference...) So, any help would be greatly appreciated :) Thanks Loki --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

