(r'^(?P<url>.*/)$', 'flatpage'),
)
I'm not sure how to debug this...
What is your page's url? Does it end with a slash?
--
I also assume you added the page to the production database and not just your dev database (if they're different)?
--To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b3aecbf7-9dca-44b7-88e9-49ef80f2fb94%40googlegroups.com.
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
Warning
If you set APPEND_SLASH to False, you must remove the slash in the catchall pattern or flatpages without a trailing slash will not be matched.