I've got a problem with flatpages.  I've got a single apache instance
running mod_python, and two different django sites that it's serving.
Both django sites have completely different databases... different
database engines even (one is postgres, one is sqlite3), but the
flatpages are conflicting.  site1.com/about/ and site2.com/about/ are
both showing the flatpage from site1.com, even though both sites
define their own /about/ flatpage.

I can't really switch to wsgi, is there another way around this?  Even
if I renamed the flatpage on site2.com to /someotherabout/,
site2.com/about/ would still load the flatpage from site1.com.


-- 
Adam Olsen
SendOutCards.com
http://www.vimtips.org
http://last.fm/user/synic

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to