doug wrote:
> the flatpages url must be LAST in the list of urls to try- not sure
> why- but that fixed it.

The flatpages pattern must be at the end of the patterns because an
include pattern forwards the entire portion of the url request
following the matched part. The flatpages pattern is an empty string
which means it matches immediately following the example.com/ part and
therefore leaves nothing for the other patterns to match on. I missed
this when I looked at your settings the first time.

Hopefully this explanation makes enough sense to be helpful.

Bradley Peters


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to