Howto add new sites
PyLucid is multi site able with user account sharing. You can provide multiple sites with a single code base.
The sites can have different design and different content, but can also share parts.
- login into existing
PyLucid site.
- Create a new site entry in database:
-
Django admin site / Sites / Add site (Remeber the SIDE_ID)
- Add the new site to existing users:
- Create/change design, templates, headfile for the new site.
- e.g.: Use
PyLucid admin menu / edit look / clone design
- create a new page instance, e.g.:
- change SIDE_ID in /var/www/NewSite/local_settings.py (See above)
- Add the default language to the site
You can migrate a old v0.8 installation into a new v0.8 site, see: