Re: [mezzanine-users] Re: The Readme on Github - I would like to give it a revamp

2015-05-24 Thread Brandon Keith Biggs
Hello, I believe most people who read the readme on github have already seen the website. So they would like to know technical stuff and how to get started and do basic and essential things. Perhaps a link to Dgango's guide and then instructions on how to get started and instructions on how to

Re: [mezzanine-users] Price Rounding Off Issues

2015-05-24 Thread vikraw
The staged server have the locale correctly set ( see at end of my message the settings). Steps on my Staged server - Amazon Ec2 - Ubuntu 14 - stopped supervisor and nginx on my staged machine - switched my staged machine to run using - python manage runserver 0.0.0.0:8000 - put printf value

Re: [mezzanine-users] Re: The Readme on Github - I would like to give it a revamp

2015-05-24 Thread Graham
Thanks Brandon I will get going with the feedback I have. Stephen, could you please give me the instructions on how to install the 'project site' on my local development machine. I can do the git clone but I am a bit hazy after that. Thanks g On 24/05/15 21:41, Brandon Keith Biggs wrote:

Re: [mezzanine-users] a page summary with a link to the whole page

2015-05-24 Thread Jean de la Croix Ki
Thanks for your reply. I want to know if I can create a custom page rather than use the blog app. I mean doing like the following : class ACustomPage(Page, RichText): content = models.TextField() pubDate = models.DateField() Then register the page and use it as I asked? On Saturday,

Re: [mezzanine-users] Support for multiple currencies?

2015-05-24 Thread Mathias Ettinger
I haven't played with this kind of things, but I made the SHOP_CURRENCY_LOCALE setting translatable with that in mind. You could try to setup a translation field on the unit_price and sale_price fields of the Priced model. Not sure of how it will be handled out of the box: ProductAdmin

Re: [mezzanine-users] Price Rounding Off Issues

2015-05-24 Thread Danny
Is it possible that you are running with different versions of python between the runserver and nginx/gunicorn versions of your website? I've noticed before in other work that e.g. Python 2.7 has slightly different precision on floats than Python 2.6... But yeah, weird problem. On 25/05/2015

[mezzanine-users] What would be the best way to accept arbitrary values for product variations?

2015-05-24 Thread Tomlin
I want the admin user to be able to add arbitrary 'height' and 'width' values to product variations (the products are artworks with originals and prints as variations). Currently, users can add specific 'height' and 'width' values as options in the 'create new variations' fieldset. This would

Re: [mezzanine-users] a page summary with a link to the whole page

2015-05-24 Thread Eduardo Rivas
Hi Jean. Yes, you can retrieve content from your custom pages too. I see two possibilities: - If your desired page structure allows it, you can create the pages from which you want to pull the content as children of the page that will show the snippets. This way the child pages are