Hello,

Mezzanine has come so far in the last year. Thank you all for the work. 

I am using v.3.0.6 with mobile enabled.  My home page is an editable page:

urls.py
url("^$", "mezzanine.pages.views.page", {"slug": "/"}, name="home"),


I have in settings:  
DEVICE_DEFAULT = "mobile"

DEVICE_USER_AGENTS = (
    ("mobile", ("Android", "BlackBerry", "iPhone")),
    ("desktop", ("Windows", "Macintosh", "Linux")),
)

And have copied the mobile templates into my theme. The mobile templates 
load for all but the homepage. 

Any idea how how I can have an editable home page and an editable mobile 
home page? 

Thanks in advance..


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