Hey there.

If you want to use the same codebase for multiple sites and domains, option 3 is your best bet. You can even have different frontend themes for each site, but all your installed apps will be the same. Each site will have its own Admin as long as all your models inherit from SiteRelated (which is the case for all Mezzanine apps).

If you think you're going to be using different installed apps and that each project will require more customization, you should go with option 1. I would advise you never use option 2 because it kinda defeats the concept of sandboxing and encapsulation provided by virtualenvs.

--
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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to