You need to provide your own templates for the relevant pages.
You can override the relevant ones by placing an equivalently named file in the templates directory (and subdirectory tree) in your project.
Also look at urls.py in your project to see how to make the home page the blog index page, for example.
Some links that may help: http://mezzanine.jupo.org/docs/frequently-asked-questions.html#why-isn-t-the-homepage-a-page-object-i-can-edit-via-the-admin http://mezzanine.jupo.org/docs/frequently-asked-questions.html#where-are-all-the-templates-i-can-modify http://mezzanine.jupo.org/docs/content-architecture.html#page-templates https://docs.djangoproject.com/en/dev/ref/templates/ Hope this helps. Seeya. Danny. -- Email: [email protected] -- 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.
