I have 5 sites, each on their own domain, running under one django project. Currently all the sites have the same contact page, as provided by flatpages under the url /contact/
. However it would be far nicer to create a contact page for each site, using the same url on each domain.
How can I achieve this with django's flatpages? (or should I look at something else?)