Re: [mezzanine-users] Live Demo Code

2016-10-07 Thread Akhlaq Rao
exactly what I was looking for. Thanks! On Fri, Oct 7, 2016 at 5:36 PM, Eduardo Rivas wrote: > I think it's just a Mezzanine + Cartridge project with the demo content > installed. You can get the same with: > > pip install mezzanine cartridge > mezzanine-project -a

Re: [mezzanine-users] Live Demo Code

2016-10-07 Thread Eduardo Rivas
I think it's just a Mezzanine + Cartridge project with the demo content installed. You can get the same with: pip install mezzanine cartridge mezzanine-project -a cartridge project_name cd project_name python manage.py createdb --noinput python manage.py runserver -- You received this message

[mezzanine-users] Live Demo Code

2016-10-07 Thread Akhlaq Rao
Does anybody know where I can find the Live Demo Code if it's open source? Thanks -- 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

Re: [mezzanine-users] Re: Multiple Blogs

2016-10-07 Thread Ken Bolton
Hi, Both ways mentioned in this thread are pretty standard Mezzanine Way approaches to multiple blogs with separate styles. Josh's suggestion is a good place to start and could be refactored to become Eduardo's suggestion. On Fri, Oct 7, 2016 at 2:36 AM, userblaz wrote: >

Re: [mezzanine-users] Re: Multiple Blogs

2016-10-07 Thread userblaz
Hi Dennis, wandering how it is working out with the categories as different blogs.. is it working fine? are you able to style differently the posts from separate categories? Cheers On Monday, March 9, 2015 at 3:32:54 PM UTC+1, Dennis Kioko wrote: > > I decided to go with Josh's suggestion as