Re: [mezzanine-users] I want to put sections of editable text on my home page mezzanine.

2015-04-29 Thread Ronald Espinoza
OK. Stephen forgive. Thanks for the help brindad. Greetings. El 29/04/2015 18:36, Stephen McDonald st...@jupo.org escribió: I answered the same question you already posted in an earlier thread, please don't ask twice. On Thu, Apr 30, 2015 at 7:45 AM, Ronald Espinoza ing.ronaldespin

Re: [mezzanine-users] I need to put editable sections in my home page.

2015-04-29 Thread Ronald Espinoza
. Take a look at the RichTextPage template for a good example: https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/pages/templates/pages/richtextpage.html On Tue, Apr 28, 2015 at 9:38 AM, Ronald Espinoza ing.ronaldespin...@gmail.com wrote: I already tried with documentation

[mezzanine-users] I need to put editable sections in my home page.

2015-04-28 Thread Ronald Espinoza
I already tried with documentation Mezzanine, And there have been good results. h2 class=boxed animation animated-item-1 {% editable page.content %} Clean, Crisp, Powerful and Responsive Web Design {% endeditable %} /h2

[mezzanine-users] I have problems with the tag editable

2015-04-27 Thread Ronald Espinoza
Hello everyone. All day I searched information to make an editable content in My Home. I am using a free theme Flat. {% editable page.content %} Clean, Crisp, Powerful and Responsive Web Design {% endeditable %} -- You received this message because you are subscribed to the Google Groups

Re: [mezzanine-users] I corrected replacing this:

2015-04-26 Thread Ronald Espinoza
installed version of the library if the change has been made already in the Github repo. Look at how you can specify a Github repo as a Python dependency with pip. On Sun, Apr 26, 2015 at 3:23 AM, Ronald Espinoza ing.ronaldespin...@gmail.com wrote: wishlist = ProductVariation.objects.filter (** f

[mezzanine-users] I corrected replacing this:

2015-04-25 Thread Ronald Espinoza
wishlist = ProductVariation.objects.filter (** f) .select_related (depth = 1) by: wishlist = ProductVariation.objects.filter (** f) .select_related ( product ) As I found on GitHub repository then would have to do in all virtual environments. How I can no longer make this happen? -- You

Re: [mezzanine-users] I did a COLLECT TEMPLATE and disappeared shopping cart.

2015-04-24 Thread Ronald Espinoza
, reinstalling and starting over. From there you really only need to copy templates you plan on changing, other ones will be found in mezzanine and/or cartridge. On Thu, Apr 23, 2015 at 6:00 PM, Ronald Espinoza ing.ronaldespin...@gmail.com wrote: Very grateful. The error is that when you run

Re: [mezzanine-users] How to correct this error? select_related () got an unexpected keyword argument 'depth'

2015-04-24 Thread Ronald Espinoza
2015-04-24 9:49 GMT-05:00 Ken Bolton kenbol...@gmail.com: Hi Ronald, Is there a full traceback for that error? It is usually helpful to know which specific module and method produced the error. - ken On Fri, Apr 24, 2015 at 10:41 AM, Ronald Espinoza ing.ronaldespin...@gmail.com wrote

[mezzanine-users] How to correct this error? select_related () got an unexpected keyword argument 'depth'

2015-04-24 Thread Ronald Espinoza
Thank you very much for the offered attention. Everything else seems to work well. https://lh3.googleusercontent.com/-0_Q_JoKpFZg/VTpV7_lg3qI/Hm0/HB6y4iW8gtk/s1600/error%2Bwishlist.PNG -- You received this message because you are subscribed to the Google Groups Mezzanine Users group.

Re: [mezzanine-users] How to correct this error? select_related () got an unexpected keyword argument 'depth'

2015-04-24 Thread Ronald Espinoza
believe that your version of Cartridge is not compatible with your version of Django. Hope this helps. -ken On Fri, Apr 24, 2015 at 11:00 AM, Ronald Espinoza ing.ronaldespin...@gmail.com wrote: Hi Ken. Thank you very much for your attention, attach a picture to my question where

Re: [mezzanine-users] I did a COLLECT TEMPLATE and disappeared shopping cart.

2015-04-23 Thread Ronald Espinoza
have the shopping cart stuff. This is the in the default base.html that adds the shopping cart widget, https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/core/templates/base.html#L110 Is that line present in your base.html? Good luck! On Thu, Apr 23, 2015 at 10:59 AM, Ronald