You can test the site framwork support with the developer server. For this, edit/create a local settings file and insert this:
.../PyLucidTest/PyLucid_env/src/pylucid/pylucid_project/local_settings.py
You can start more than one developer server, e.g.:
Start with SITE_ID == 1:
After this you can start a second test server on different port. Open a second terminal and start the second test server:
This starts a server with SITE_ID == 2.
Important: Before you can use a SITE ID > 1 you must login (on the site with ID==1) an create the site entries in the
django admin panel.
The initial database fixtures does only create site ID 1!
If sites should have different system default languages you can do something like this in your local_settings.py:
django-processinfo: 6.3 ms of 260.0 ms (2.4%)