Guest User

Untitled

a guest
Oct 18th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. ==> /var/log/supervisor/uwsgi.log <==
  2. application 0 () ready
  3. setting default application to 0
  4. Traceback (most recent call last):
  5. File "/home/dotcloud/current/wsgi.py", line 11, in application
  6. return djangoapplication(environ, start_response)
  7. File "/home/dotcloud/env/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 230, in __call__
  8. self.load_middleware()
  9. File "/home/dotcloud/env/lib/python2.6/site-packages/django/core/handlers/base.py", line 42, in load_middleware
  10. raise exceptions.ImproperlyConfigured, 'Error importing middleware %s: "%s"' % (mw_module, e)
  11. django.core.exceptions.ImproperlyConfigured: Error importing middleware django.contrib.messages.middleware: "No module named messages.middleware"
Add Comment
Please, Sign In to add comment