Changes between Initial Version and Version 1 of Ticket #26222


Ignore:
Timestamp:
Feb 15, 2016, 7:40:35 AM (9 years ago)
Author:
Tim Graham
Comment:

Looks like you're using an older version of gunicorn that doesn't support that latest version of Django. Please see https://docs.djangoproject.com/en/stable/howto/deployment/wsgi/gunicorn/ and see TicketClosingReasons/UseSupportChannels if you need further help.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26222

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #26222 – Description

    initial v1  
    1 
    2 0
    3 down vote
    4 favorite
    51I have an old Django project that I haven't kept up, and now I'd like to make necessary changes to work with current versions of Django and related software. I'm not sure what to make of the current error; it appears to me that it doesn't have something under the django.core umbrella, but my Django 1.9.2 installation is up to date:
    6 
     2{{{
    73[2016-02-14 17:23:10 +0000] [4605] [ERROR] Exception in worker process:
    84Traceback (most recent call last):
     
    4137[2016-02-14 17:23:11 +0000] [4597] [INFO] Shutting down: Master
    4238[2016-02-14 17:23:11 +0000] [4597] [INFO] Reason: Worker failed to boot.
     39}}}
     40{{{
    4341root@localhost:~/unixytalk# pip install Django==1.9.2
    4442Requirement already satisfied (use --upgrade to upgrade): Django==1.9.2 in /usr/local/lib/python2.7/dist-packages
     43}}}
Back to Top