Skip to content

Instantly share code, notes, and snippets.

@justquick
Created July 20, 2010 18:02
Show Gist options
  • Save justquick/483304 to your computer and use it in GitHub Desktop.
Save justquick/483304 to your computer and use it in GitHub Desktop.
Environment:
Request Method: GET
Request URL: http://localhost:8000/
Django Version: 1.1.1
Python Version: 2.6.1
Installed Applications:
['south',
'wpf',
'nggm.cacheplus',
'nggm.settings',
'nggm.smartsites',
'nggm.cachebust',
'nggm.simpleserialize',
'nggm.svnmedia',
'autogenerate',
'autocomplete',
'core',
'layout',
'publishing',
'community',
'core_media',
'metatagging',
'bundle',
'remix',
'ng_remix',
'tagging',
'theselector',
'widgets',
'metadata',
'photologue',
'tinymce',
'page',
'tools',
'metaadmin',
'exchange',
'webanalytics',
'advertising',
'mondoadmin',
'core_content',
'content_item_types',
'toolbar',
'renderable',
'syndication',
'dictionary',
'rest',
'ajax',
'picklist',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.admin',
'django.contrib.humanize',
'site_permissions',
'ngmigration',
'education.edu_core',
'mptt',
'photo_of_the_day',
'open_html',
'taxonomy',
'contentstamp',
'pagination',
'topics',
'compress',
'user_prefs',
'djangodblog',
'kids',
'poll',
'fastfacts',
'nggm.sso',
'content_bundle',
'cssmanager',
'daily_feature',
'energizer',
'mod_djeeform',
'countries',
'ng_quiz',
'video',
'gating',
'form_tools',
'surveys',
'nirvana',
'exposure',
'mailer']
Installed Middleware:
('nggm.cacheplus.middleware.CacheClearMiddleware',
'django.middleware.http.ConditionalGetMiddleware',
'django.middleware.common.CommonMiddleware',
'energizer.middleware.SWFUploadMiddleware',
'django.middleware.transaction.TransactionMiddleware',
'nggm.core.middleware.SessionMiddleware',
'nggm.sso.middleware.PluckCookieMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'nggmlogging.middleware.ExceptionLoggingMiddleware',
'nggmlogging.middleware.VirtualHostLoggingMiddleware',
'nggm.sso.middleware.EnforceTOS',
'nggm.sso.middleware.EnforceActiveSSOProfile',
'nggm.smartsites.middleware.SmartSitesMiddleware',
'gating.middleware.GatingMiddleware',
'pagination.middleware.PaginationMiddleware',
'nggm.cachebust.middleware.CacheBustMiddleware',
'djangodblog.middleware.DBLogMiddleware')
Traceback:
File "/Users/jquick/Projects/Python/wpf/parts/project/django/core/handlers/base.py" in get_response
92. response = callback(request, *callback_args, **callback_kwargs)
File "/Users/jquick/Projects/Python/wpf/src/video/views.py" in video_html
196. root_taxis = get_root_taxis_enabled_in_main_player()
File "/Users/jquick/Projects/Python/wpf/src/video/views.py" in get_root_taxis_enabled_in_main_player
325. video_site_taxonomy = get_video_site_taxonomy()
File "/Users/jquick/Projects/Python/wpf/src/video/views.py" in get_video_site_taxonomy
303. raise e
Exception Type: DoesNotExist at /video/
Exception Value: SiteTaxonomy matching query does not exist.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment