Changes between Initial Version and Version 1 of Ticket #26222
- Timestamp:
- Feb 15, 2016, 7:40:35 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26222
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #26222 – Description
initial v1 1 2 03 down vote4 favorite5 1 I 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 {{{ 7 3 [2016-02-14 17:23:10 +0000] [4605] [ERROR] Exception in worker process: 8 4 Traceback (most recent call last): … … 41 37 [2016-02-14 17:23:11 +0000] [4597] [INFO] Shutting down: Master 42 38 [2016-02-14 17:23:11 +0000] [4597] [INFO] Reason: Worker failed to boot. 39 }}} 40 {{{ 43 41 root@localhost:~/unixytalk# pip install Django==1.9.2 44 42 Requirement already satisfied (use --upgrade to upgrade): Django==1.9.2 in /usr/local/lib/python2.7/dist-packages 43 }}}