If you are new to Django. I would suggest to get a grasp of it first. This <https://docs.djangoproject.com/en/1.9/intro/tutorial01/> is a good start, but working knowledge of python is required. The main thing you need to learn is how models are used.
On Friday, 11 December 2015 04:55:25 UTC, fosi wrote: > > Hello I'm quite new to python, django and mezzanine, so please bear with > the questions i put forward. > > I want to have a homepage where the content would be a gallery, I was > wondering if i could implement mezzanine gallery app into it or create a > custom type model and if i do that how would my model look like?? > > TIA, > > fosi > -- 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.
