Created
July 22, 2015 16:13
-
-
Save singingwolfboy/73e1dfabf5df931d1f79 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jul 22 15:36:04 ip-192-168-0-193 [service_variant=lms][gunicorn.error][env:sandbox] ERROR [django-orm 9140] [glogging.py:219] - Error handling request | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 126, in handle_request | |
respiter = self.wsgi(environ, resp.start_response) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 219, in __call__ | |
self.load_middleware() | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 51, in load_middleware | |
mw_instance = mw_class() | |
File "/edx/app/edxapp/edx-platform/common/djangoapps/django_locale/middleware.py", line 29, in __init__ | |
for url_pattern in get_resolver(None).url_patterns: | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py", line 347, in url_patterns | |
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py", line 342, in urlconf_module | |
self._urlconf_module = import_module(self.urlconf_name) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module | |
__import__(name) | |
File "/edx/app/edxapp/edx-platform/lms/urls.py", line 128, in <module> | |
url(r'^verify_student/', include('verify_student.urls')), | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/urls/__init__.py", line 24, in include | |
urlconf_module = import_module(urlconf_module) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module | |
__import__(name) | |
File "/edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/urls.py", line 6, in <module> | |
from verify_student import views | |
File "/edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/views.py", line 49, in <module> | |
from verify_student.models import ( | |
ImportError: cannot import name VerificationDeadline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment