On 12/21/06, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
the sites share the same database and most of the views, so I basically
only need to plug in a separate urlconf for each host.

can this be done?

Sure. We do that all the time, with multiple sites living in a single
Apache instance. Generally it's just a matter of setting up a couple
different virtual hosts, and using the sites framework to ensure that
content for one site doesn't show up on another.

--
"May the forces of evil become confused on the way to your house."
 -- George Carlin

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to