Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.46 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/usr/local/lib/python3.8/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
  3.     worker.init_process()
  4.   File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/geventlet.py", line 102, in init_process
  5.     super(EventletWorker, self).init_process()
  6.   File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/base.py", line 129, in init_process
  7.     self.load_wsgi()
  8.   File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
  9.     self.wsgi = self.app.wsgi()
  10.   File "/usr/local/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
  11.     self.callable = self.load()
  12.   File "/usr/local/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 52, in load
  13.     return self.load_wsgiapp()
  14.   File "/usr/local/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
  15.     return util.import_app(self.app_uri)
  16.   File "/usr/local/lib/python3.8/site-packages/gunicorn/util.py", line 350, in import_app
  17.     __import__(module)
  18.   File "/opt/python/current/app/WeApp/__init__.py", line 5, in <module>
  19.     from .celery import app as celery_app  # noqa
  20.   File "/opt/python/current/app/WeApp/celery.py", line 15, in <module>
  21.     broker_url=settings.AMQ_URL,
  22.   File "/usr/local/lib/python3.8/site-packages/django/conf/__init__.py", line 57, in __getattr__
  23.     val = getattr(self._wrapped, name)
  24. AttributeError: 'Settings' object has no attribute 'AMQ_URL'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement