Skip to content

Instantly share code, notes, and snippets.

@stephensanchez
Created August 25, 2014 14:42
Show Gist options
  • Save stephensanchez/eb2c19642b91eeff6246 to your computer and use it in GitHub Desktop.
Save stephensanchez/eb2c19642b91eeff6246 to your computer and use it in GitHub Desktop.
Environment:
Request Method: GET
Request URL: http://localhost:8000/register
Django Version: 1.4.12
Python Version: 2.7.3
Installed Applications:
('django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.humanize',
'django.contrib.messages',
'django.contrib.sessions',
'django.contrib.sites',
'djcelery',
'south',
'config_models',
'service_status',
'edxmako',
'pipeline',
'staticfiles',
'static_replace',
'circuit',
'courseware',
'student',
'static_template_view',
'staticbook',
'track',
'eventtracking.django',
'util',
'certificates',
'dashboard',
'instructor',
'instructor_task',
'open_ended_grading',
'psychometrics',
'licenses',
'course_groups',
'bulk_email',
'external_auth',
'django_openid_auth',
'wiki',
'django_notify',
'course_wiki',
'mptt',
'sekizai',
'wiki.plugins.links',
'wiki.plugins.notifications',
'course_wiki.plugins.markdownedx',
'foldit',
'waffle',
'django.contrib.admin',
'django_nose',
'debug',
'django_comment_client',
'django_comment_common',
'notes',
'splash',
'datadog',
'rest_framework',
'user_api',
'shoppingcart',
'notification_prefs',
'course_modes',
'verify_student',
'dark_lang',
'microsite_configuration',
'reverification',
'embargo',
'monitoring',
'course_action_state',
'edx_jsme',
'django_countries',
'django_openid_auth',
'linkedin',
'submissions',
'openassessment',
'openassessment.assessment',
'openassessment.fileupload',
'openassessment.workflow',
'openassessment.xblock',
'debug_toolbar')
Installed Middleware:
('request_cache.middleware.RequestCache',
'microsite_configuration.middleware.MicrositeMiddleware',
'django_comment_client.middleware.AjaxExceptionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'cache_toolbox.middleware.CacheBackedAuthenticationMiddleware',
'student.middleware.UserStandingMiddleware',
'contentserver.middleware.StaticContentServer',
'crum.CurrentRequestUserMiddleware',
'user_api.middleware.UserTagsEventContextMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'track.middleware.TrackMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'splash.middleware.SplashMiddleware',
'dark_lang.middleware.DarkLangMiddleware',
'geoinfo.middleware.CountryMiddleware',
'embargo.middleware.EmbargoMiddleware',
'lang_pref.middleware.LanguagePreferenceMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django.middleware.transaction.TransactionMiddleware',
'django_comment_client.utils.ViewNameMiddleware',
'codejail.django_integration.ConfigureCodeJailMiddleware',
'ratelimitbackend.middleware.RateLimitMiddleware',
'edxmako.middleware.MakoMiddleware',
'waffle.middleware.WaffleMiddleware',
'session_inactivity_timeout.middleware.SessionInactivityTimeout',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'course_wiki.middleware.WikiAccessMiddleware',
'django_comment_client.utils.QueryCountDebugMiddleware',
'debug_toolbar.middleware.DebugToolbarMiddleware')
Traceback:
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
89. response = middleware_method(request)
File "/edx/app/edxapp/edx-platform/common/djangoapps/edxmako/middleware.py" in process_request
25. REQUEST_CONTEXT.context = RequestContext(request)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py" in __init__
176. self.update(processor(request))
File "/edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py" in marketing_link_context_processor
74. settings.MKTG_URLS.viewkeys()
File "/edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py" in marketing_link
54. return reverse(link_map[name])
File "/edx/app/edxapp/venvs/edxapp/src/django-wiki/wiki/models/__init__.py" in reverse
79. url = original_django_reverse(*args, **kwargs)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py" in reverse
500. return iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, **kwargs))
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py" in _reverse_with_prefix
380. self._populate()
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py" in _populate
283. lookups.appendlist(pattern.callback, (bits, p_pattern, pattern.default_args))
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py" in callback
217. self._callback = get_callable(self._callback_str)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py" in wrapper
27. result = func(*args)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py" in get_callable
93. lookup_view = getattr(import_module(mod_name), func_name)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/importlib.py" in import_module
35. __import__(name)
File "/edx/app/edxapp/edx-platform/lms/djangoapps/instructor/views/instructor_dashboard.py" in <module>
42. from analyticsclient.exceptions import ClientError
Exception Type: ImportError at /register
Exception Value: No module named exceptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment