Putting this in settings.py should help (if not done earlier)
HOST_THEMES = (
('site1', 'themes'),
('site2', 'themes2'),
)
themes 1 & 2 are apps actually contaning code for respective sites and you
need to make appropriate changes to urls.py as well.
Hope it helps.
On Friday, January 24, 2014 6:51:36 AM UTC+5:30, [email protected] wrote:
>
> I'm a bit confused about how to use Mezzanine's multisite capacity.
>
> I have two mezzanine apps - 'site1' and 'site2', each with their own
> virtualenv.
>
> I want it to be the case that 'domain.org.au' and 'www.domain.org.au'
> runs the site1 app and 'site2.domain.org.au' runs the site2 app.
>
> I fab deploy site1 to 'domain.org.au' and 'www.domain.org.au' and fab
> deploy site2 to 'site2.domain.org.au'.
>
> When I do this site1 works fine when I browse domain.org.au and www. but
> site2 does not show up. site2.domain.org.au only shows the site1
> index.html without any styling.
>
> I'm clearly not doing this correctly if it is possible. So, my question
> is, first, is it possible? And if so, what might be the relevant settings
> I am missing?
>
> Thanks,
>
> Harry
>
--
You received this message because you are subscribed to the Google Groups
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.