[mezzanine-users] Adding geodjango fields to the blog

2014-05-10 Thread bors . ltd
Hi, I want to add a location field to BlogPost, of type PointField, and benefit from the map integration in the admin. Which means: - BlogPost must inherit from django.contrib.gis.db.models.Model; - the objects manager must be a GeoManager; - the admin must inherit from OSMGeoAdmin. As for

[mezzanine-users] Free mezzanine themes

2014-05-10 Thread Wesley
Hi guys, I am a little new to Mezzanine but I find it really powerful:-) Here I have a question that are there any free mezzanine themes? Just googled a while, seems we need to pay most of them? Anyone know free ones? Just wanna a try cool theme customize. Thx. Wesley -- You received this

Re: [mezzanine-users] Re: Adding geodjango fields to the blog

2014-05-10 Thread Stephen McDonald
Great stuff. We (and most open source django apps that implement models) have this fundamental customization problem. Mezzanine has tried to solve it in different ways with EXTRA_MODEL_FIELDS and countless other bits of configuration throughout its apps, but I think the swappable model approach

Re: [mezzanine-users] Re: Adding geodjango fields to the blog

2014-05-10 Thread Stephen McDonald
On Sun, May 11, 2014 at 10:14 AM, Stephen McDonald st...@jupo.org wrote: Great stuff. We (and most open source django apps that implement models) have this fundamental customization problem. Mezzanine has tried to solve it in different ways with EXTRA_MODEL_FIELDS and countless other bits of

Re: [mezzanine-users] Re: Adding geodjango fields to the blog

2014-05-10 Thread Stephen McDonald
On Sun, May 11, 2014 at 10:14 AM, Stephen McDonald st...@jupo.org wrote: Great stuff. We (and most open source django apps that implement models) have this fundamental customization problem. Mezzanine has tried to solve it in different ways with EXTRA_MODEL_FIELDS and countless other bits of