Hi Eric,

Look inline below.

On Fri, Jul 4, 2014 at 9:13 AM, Eric Boo <[email protected]> wrote:
>
> I git cloned my live site’s code to a new development server so that I can
> add some more features, and at the same time test it out on a BSD OS (live
> site’s running Debian).
>

I would keep development and platform migration on separate machine
instances. Dev/prod parity!

To make life easier, consider using Vagrant for development work. It is
cheap, local, and portable.

Running the site via gunicorn gave me the locale error, so I tried running
> it as ./manage.py runserver to see if it made a difference. In this case
> the error was the same.
>

Try `python manage.py shell`, or `shell_plus` if you have the excellent
django-extensions installed. Below are my results for an ancient Cartridge
site.

>>> from mezzanine.conf import settings
>>> settings.SHOP_CURRENCY_LOCALE
"en_US.UTF-8"

hth,
ken

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to