>
> Ok got rid of the port from the sites settings:

Domain name  <http://localhost:8000/admin/sites/site/?o=-1>Display 
name<http://localhost:8000/admin/sites/site/?o=2.1>
127.0.0.1 
<http://localhost:8000/admin/sites/site/1/>Defaultlocalhost<http://localhost:8000/admin/sites/site/2/>
site2

 
settings.py now looks like so:


HOST_THEMES = [
    ('127.0.0.1', 'lzone_theme_app'),
    ('localhost', 'cld_theme_app'),
]


This didn't change anything though, it still loads the first theme in 
INSTALLED_APPS

INSTALLED_APPS = (
    "lzone_theme_app",
    "cld_theme_app",
...

)

If I comment out the first one and refresh the 2nd one is loaded.

-- 
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.

Reply via email to