Re: [mezzanine-users] How to add cartridge to existing Mezzanine project

2014-08-22 Thread Josh Cartmell
Hey Wesley, that should work, but if you ever upgrade to a newer version of Cartridge and need to run migrations you will run into issues. What happens if you run: python manage.py migrate cartridge --fake On Fri, Aug 22, 2014 at 1:53 AM, Wesley nisp...@gmail.com wrote: Now, because I add

[mezzanine-users] problem installing fixture in cartridge when I inject new fields

2014-08-22 Thread Kiko Fernández
Hi there, I am having some troubles running the migrations in cartridge. On the master branch, I get an error (Could not load shop.Category(pk=7)) when executing: python manage.py syncdb python manage.py migrate The only change I have done to the default project (created using

Re: [mezzanine-users] problem installing fixture in cartridge when I inject new fields

2014-08-22 Thread Ken Bolton
Hi Kiko, For your injected fields, I believe you will first need to create a South migration: python manage.py schemamigration --auto cartridge hth, ken ​ On Fri, Aug 22, 2014 at 10:44 AM, Kiko Fernández kikofernandezre...@gmail.com wrote: Hi there, I am having some troubles running the

Re: [mezzanine-users] problem installing fixture in cartridge when I inject new fields

2014-08-22 Thread Kiko Fernández
Hi Kenneth, thanks for your reply. I forgot to mention that I already did that, so the problem still remains. Thanks anyways. Kiko On Friday, 22 August 2014 16:53:50 UTC+2, Kenneth Bolton wrote: Hi Kiko, For your injected fields, I believe you will first need to create a South

Re: [mezzanine-users] How to insert python syntax highlighted snippets into a blog post in Mezzanine?

2014-08-22 Thread Ken Bolton
http://rodmtech.net/docs/mezzanine/a-mezzanine-tutorial-take-2/ has thorough documentation of how to get the feature you want. On Fri, Aug 22, 2014 at 4:02 PM, Lee H. popov.gh...@gmail.com wrote: When writing out a blog post in the Mezzanine admin, how can I insert nice syntax highlighted

Re: [mezzanine-users] Re: How to insert python syntax highlighted snippets into a blog post in Mezzanine?

2014-08-22 Thread Ken Bolton
you can create an admin directory in your templates for changes you want to make to the admin interface. k On Fri, Aug 22, 2014 at 5:30 PM, Lee H. popov.gh...@gmail.com wrote: Hi Ken, That's just what I needed, thanks a lot! One issue I'm having with: the codehilite.css obviously needs

Re: [mezzanine-users] Re: Let's translate the official docs!

2014-08-22 Thread Eduardo Rivas
By the way, the page I've translated so far is Admin Customization. 2014-08-21 4:44 GMT-06:00 Stephen McDonald st...@jupo.org: Awesome! I'll try and work out how to build html from that shortly. On Thu, Aug 21, 2014 at 9:47 AM, Eduardo Rivas jerivasmel...@gmail.com wrote: Ok, so I got