янв 14 23:15:19 django systemd[1]: Started gunicorn daemon.
янв 14 23:13:32 django gunicorn[1190]: Traceback (most recent call last):
янв 14 23:13:32 django gunicorn[1190]: File "/home/django/newproject/cenv/lib/python3.6/site-packages/gunicorn/arbiter.py", line 210, in run
янв 14 23:13:32 django gunicorn[1190]: self.sleep()
янв 14 23:13:32 django gunicorn[1190]: File "/home/django/newproject/cenv/lib/python3.6/site-packages/gunicorn/arbiter.py", line 360, in sleep
янв 14 23:13:32 django gunicorn[1190]: ready =
select.select([self.PIPE[0]], [], [], 1.0)
янв 14 23:13:32 django gunicorn[1190]: File "/home/django/newproject/cenv/lib/python3.6/site-packages/gunicorn/arbiter.py", line 245, in handle_chld
янв 14 23:13:32 django gunicorn[1190]: self.reap_workers()
янв 14 23:13:32 django gunicorn[1190]: File "/home/django/newproject/cenv/lib/python3.6/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
янв 14 23:13:32 django gunicorn[1190]: raise HaltServer(reason, self.WORKER_BOOT_ERROR)
янв 14 23:13:32 django gunicorn[1190]: gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
янв 14 23:13:32 django gunicorn[1190]: During handling of the above exception, another exception occurred:
янв 14 23:13:32 django gunicorn[1190]: Traceback (most recent call last):
янв 14 23:13:32 django gunicorn[1190]: File "/home/django/newproject/cenv/bin/gunicorn", line 11, in <module>
янв 14 23:13:32 django gunicorn[1190]: sys.exit(run())
янв 14 23:13:32 django gunicorn[1190]: File "/home/django/newproject/cenv/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 61, in run
янв 14 23:13:32 django gunicorn[1190]: WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()