Hi Gerhard. Here's what you need to do to:

1. Create a Page in the admin and manually set the slug to "/".
2. In urls.py, comment out line 39.
3. Then, un-comment line 54.

Basically you want to tell Mezzanine to use the Page with the slug "/" as the homepage, instead of directly rendering the "index.html" template. Check out the comments in urls.py for a more in-depth explanation. https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/project_template/urls.py#L32-L54.

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