Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. web: gunicorn myapp.wsgi:application
  2.  
  3. 23:51:27 web.1 | File "~/site-packages/django/contrib/admin/helpers.py", line 8, in <module>
  4. 23:51:27 web.1 | from django.contrib.contenttypes.models import ContentType
  5. 23:51:27 web.1 | ImproperlyConfigured: Error importing module django.contrib.auth.middleware:"cannot import name ContentType"
  6.  
  7. web: python manage.py run_gunicorn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement