What's the issue Kelvin? Is the gunicorn process dying? I remember having
some issues with starting gunicorn and mezzanine and it was due to locale.
Make sure you have a correct locale in the settings. You can run the locale
command in the shell to obtain it it for the machine you're on:

$ locale
LANG="en_AU.UTF-8"
LC_COLLATE="en_AU.UTF-8"
LC_CTYPE="en_AU.UTF-8"
LC_MESSAGES="en_AU.UTF-8"
LC_MONETARY="en_AU.UTF-8"
LC_NUMERIC="en_AU.UTF-8"
LC_TIME="en_AU.UTF-8"



On 10 September 2013 07:29, Kelvin Wong <wongo...@gmail.com> wrote:

> This is the command (single line) that I am using for a Django app using
>> Gunicorn (and Supervisor). It is running with a virtualenv which explains
>> the python executable.
>>
>> /home/myapp/.virtualenvs/productionmyapp/bin/python
>> /home/myapp/webapps/production_fido/fido/manage.py run_gunicorn -c
>> /home/myapp/webapps/production_fido/fido/gunicorn_production.py
>>
>> The gunicorn_production.py file is a configuration file.
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to