On Mon, Nov 23, 2015 at 02:29:07AM -0800, Asrik wrote: > I am new to Mezzanine, was trying to figure out how to make editable > containers on my home page as i have a single page site. Since it's a one-page site, you could just make a simple model[1] with TextFields along with a SingletonAdmin[2] and a simple View[3] & Template[4].
See: http://bitofpixels.com/blog/mezzatheming-part-2-the-homepage/ [1] https://github.com/FederationOfEgalitarianCommunities/FECWebsite/blob/develop/fec/homepage/models.py [2] https://github.com/FederationOfEgalitarianCommunities/FECWebsite/blob/develop/fec/homepage/admin.py [3] https://github.com/FederationOfEgalitarianCommunities/FECWebsite/blob/develop/fec/homepage/views.py [4] https://github.com/FederationOfEgalitarianCommunities/FECWebsite/blob/develop/fec/homepage/templates/index.html -- 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/d/optout.
signature.asc
Description: GnuPG Digital Signature
