Created
February 7, 2013 04:36
-
-
Save robrocker7/4728593 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
ImportError at / | |
No module named core.models | |
Request Method: GET | |
Request URL: http://127.0.0.1:8080/ | |
Django Version: 1.4.2 | |
Exception Type: ImportError | |
Exception Value: | |
No module named core.models | |
Exception Location: /Users/robert/Sites/myxer-gae/myxer/core/admin/__init__.py in <module>, line 3 | |
Python Executable: /Users/robert/.virtualenvs/gae/bin/python | |
Python Version: 2.7.2 | |
Python Path: | |
['/Users/robert/Sites/myxer-gae/myxer', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django_1_4', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webob_1_1_1', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/antlr3', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/fancy_urllib', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/ipaddr', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/jinja2', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/protorpc', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/PyAMF', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/markupsafe', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webob_0_9', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/yaml/lib', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/simplejson', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/google.appengine._internal.graphy', | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine', | |
'/Users/robert/.virtualenvs/gae/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg', | |
'/Users/robert/.virtualenvs/gae/lib/python2.7/site-packages/pip-1.2.1-py2.7.egg', | |
'/usr/local/google_appengine/lib/yaml', | |
'/usr/local/google_appengine/lib', | |
'/usr/local/google_appengine', | |
'/Library/Python/2.7', | |
'/usr/local/google_appengine/lib/django_1_4', | |
'/Users/robert/.virtualenvs/gae/lib/python27.zip', | |
'/Users/robert/.virtualenvs/gae/lib/python2.7', | |
'/Users/robert/.virtualenvs/gae/lib/python2.7/plat-darwin', | |
'/Users/robert/.virtualenvs/gae/lib/python2.7/plat-mac', | |
'/Users/robert/.virtualenvs/gae/lib/python2.7/plat-mac/lib-scriptpackages', | |
'/Users/robert/.virtualenvs/gae/Extras/lib/python', | |
'/Users/robert/.virtualenvs/gae/lib/python2.7/lib-tk', | |
'/Users/robert/.virtualenvs/gae/lib/python2.7/lib-old', | |
'/Users/robert/.virtualenvs/gae/lib/python2.7/lib-dynload', | |
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', | |
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', | |
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', | |
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', | |
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', | |
'/Users/robert/.virtualenvs/gae/lib/python2.7/site-packages', | |
'/Users/robert/.virtualenvs/gae/lib/python2.7/site-packages/PIL', | |
'/Users/robert/Sites/myxer-gae/myxer/settings/../ext'] | |
Server time: Thu, 7 Feb 2013 04:33:02 +0000 | |
Traceback Switch to copy-and-paste view | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django_1_4/django/core/handlers/base.py in get_response | |
request.path_info) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django_1_4/django/core/urlresolvers.py in resolve | |
for pattern in self.url_patterns: ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django_1_4/django/core/urlresolvers.py in url_patterns | |
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django_1_4/django/core/urlresolvers.py in urlconf_module | |
self._urlconf_module = import_module(self.urlconf_name) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django_1_4/django/utils/importlib.py in import_module | |
__import__(name) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py in Decorate | |
return func(self, *args, **kwargs) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py in load_module | |
return self.FindAndLoadModule(submodule, fullname, search_path) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py in Decorate | |
return func(self, *args, **kwargs) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py in FindAndLoadModule | |
description) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py in Decorate | |
return func(self, *args, **kwargs) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py in LoadModuleRestricted | |
description) ... | |
▶ Local vars | |
/Users/robert/Sites/myxer-gae/myxer/urls.py in <module> | |
admin.autodiscover() ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django_1_4/django/contrib/admin/__init__.py in autodiscover | |
import_module('%s.admin' % app) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django_1_4/django/utils/importlib.py in import_module | |
__import__(name) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py in Decorate | |
return func(self, *args, **kwargs) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py in load_module | |
return self.FindAndLoadModule(submodule, fullname, search_path) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py in Decorate | |
return func(self, *args, **kwargs) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py in FindAndLoadModule | |
description) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py in Decorate | |
return func(self, *args, **kwargs) ... | |
▶ Local vars | |
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py in LoadModuleRestricted | |
description) ... | |
▶ Local vars | |
/Users/robert/Sites/myxer-gae/myxer/core/admin/__init__.py in <module> | |
from myxer.core.models import Station, MyxerProfile ... | |
▶ Local vars | |
Request information | |
GET | |
No GET data | |
POST | |
No POST data | |
FILES | |
No FILES data | |
COOKIES | |
Variable Value | |
__insp_scpt | |
'yes' | |
__utmz | |
'96992031.1358736386.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)' | |
__insp_uid | |
'1328416901' | |
CMS_toolbar-collapsed | |
'false' | |
sessionid | |
'02bfb83f1caff1dea33fd229a0f0ab71' | |
__insp_sid | |
'1627937461' | |
csrftoken | |
'mxgFlL3TvbGSdfC5HcsJcAnXTBSq9GxB' | |
__utma | |
'96992031.141417944.1358736386.1360169162.1360191375.37' | |
__insp_ref | |
'd' | |
__utmc | |
'96992031' | |
__insp_nv | |
'true' | |
META | |
Variable Value | |
HTTP_COOKIE | |
'__insp_nv=true; __insp_sid=1627937461; __insp_ref=d; __insp_scpt=yes; __insp_uid=1328416901; CMS_toolbar-collapsed=false; sessionid=02bfb83f1caff1dea33fd229a0f0ab71; csrftoken=mxgFlL3TvbGSdfC5HcsJcAnXTBSq9GxB; __utma=96992031.141417944.1358736386.1360169162.1360191375.37; __utmc=96992031; __utmz=96992031.1358736386.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)' | |
REQUEST_ID_HASH | |
'B6589FC6' | |
SERVER_SOFTWARE | |
'Development/1.0' | |
SCRIPT_NAME | |
u'' | |
REQUEST_METHOD | |
'GET' | |
PATH_INFO | |
u'/' | |
SERVER_PROTOCOL | |
'HTTP/1.0' | |
QUERY_STRING | |
'' | |
DEFAULT_VERSION_HOSTNAME | |
'localhost:8080' | |
HTTP_ACCEPT_CHARSET | |
'ISO-8859-1,utf-8;q=0.7,*;q=0.3' | |
APPENGINE_RUNTIME | |
'python27' | |
TZ | |
'UTC' | |
SERVER_NAME | |
'127.0.0.1' | |
REMOTE_ADDR | |
'127.0.0.1' | |
REQUEST_LOG_ID | |
'51132e7e0000ca42b6589fc6' | |
wsgi.url_scheme | |
'http' | |
SDK_VERSION | |
'1.7.4' | |
PATH_TRANSLATED | |
'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/ext/django/main.pyc' | |
_AH_THREADSAFE | |
'1' | |
SERVER_PORT | |
'8080' | |
CURRENT_VERSION_ID | |
'qa.1' | |
USER_ORGANIZATION | |
'' | |
GOOGLE_SQL_OAUTH2_REFRESH_TOKEN | |
u'1/44GUGBUlDzZ9duA2Fq-DwNm9AzqAD7HOFML9UIbqFTA' | |
wsgi.input | |
<cStringIO.StringI object at 0x10c38c180> | |
HTTP_USER_AGENT | |
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17' | |
HTTP_HOST | |
'127.0.0.1:8080' | |
wsgi.multithread | |
True | |
USER_ID | |
'' | |
HTTP_CACHE_CONTROL | |
'max-age=0' | |
USER_EMAIL | |
'' | |
HTTP_ACCEPT | |
'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' | |
wsgi.version | |
(1, 0) | |
GATEWAY_INTERFACE | |
'CGI/1.1' | |
wsgi.run_once | |
False | |
wsgi.errors | |
<google.appengine.api.logservice.logservice.LogsBuffer object at 0x10c381590> | |
wsgi.multiprocess | |
True | |
HTTP_ACCEPT_LANGUAGE | |
'en-US,en;q=0.8' | |
DJANGO_SETTINGS_MODULE | |
'settings' | |
APPLICATION_ID | |
'dev~myxeradio' | |
AUTH_DOMAIN | |
'gmail.com' | |
_AH_ENCODED_SCRIPT_NAME | |
'/' | |
Settings | |
Using settings module settings | |
Setting Value | |
USE_L10N | |
True | |
ROVI_API_SECRET | |
u'********************' | |
USE_THOUSAND_SEPARATOR | |
False | |
CSRF_COOKIE_SECURE | |
False | |
LANGUAGE_CODE | |
'en-us' | |
ROOT_URLCONF | |
'urls' | |
MANAGERS | |
() | |
DEFAULT_CHARSET | |
'utf-8' | |
STATIC_ROOT | |
'/Users/robert/Sites/myxer-gae/myxer/settings/../static/' | |
MESSAGE_STORAGE | |
'django.contrib.messages.storage.fallback.FallbackStorage' | |
FACEBOOK_APP_SECRET | |
u'********************' | |
FILE_UPLOAD_PERMISSIONS | |
None | |
URL_VALIDATOR_USER_AGENT | |
'Django/1.4.2 (https://www.djangoproject.com)' | |
STATICFILES_FINDERS | |
('django.contrib.staticfiles.finders.FileSystemFinder', | |
'django.contrib.staticfiles.finders.AppDirectoriesFinder') | |
SESSION_COOKIE_DOMAIN | |
None | |
SESSION_COOKIE_NAME | |
'sessionid' | |
ADMIN_FOR | |
() | |
TIME_INPUT_FORMATS | |
('%H:%M:%S', '%H:%M') | |
DATABASES | |
{'catalog': {'ENGINE': 'django.db.backends.mysql', | |
'HOST': 'localhost', | |
'NAME': 'myxer_catalog', | |
'OPTIONS': {}, | |
'PASSWORD': u'********************', | |
'PORT': '', | |
'TEST_CHARSET': None, | |
'TEST_COLLATION': None, | |
'TEST_MIRROR': None, | |
'TEST_NAME': None, | |
'TIME_ZONE': 'UTC', | |
'USER': 'root'}, | |
'default': {'ENGINE': 'django.db.backends.mysql', | |
'HOST': 'localhost', | |
'NAME': 'myxer', | |
'OPTIONS': {}, | |
'PASSWORD': u'********************', | |
'PORT': '', | |
'TEST_CHARSET': None, | |
'TEST_COLLATION': None, | |
'TEST_MIRROR': None, | |
'TEST_NAME': None, | |
'TIME_ZONE': 'UTC', | |
'USER': 'root'}} | |
MEDIANET_API_SECRET | |
u'********************' | |
FILE_UPLOAD_HANDLERS | |
('django.core.files.uploadhandler.MemoryFileUploadHandler', | |
'django.core.files.uploadhandler.TemporaryFileUploadHandler') | |
TEMPLATE_CONTEXT_PROCESSORS | |
('django_facebook.context_processors.facebook', | |
'django.contrib.auth.context_processors.auth', | |
'django.core.context_processors.debug', | |
'django.core.context_processors.i18n', | |
'django.core.context_processors.media', | |
'django.core.context_processors.static', | |
'django.core.context_processors.request', | |
'django.contrib.messages.context_processors.messages', | |
'sekizai.context_processors.sekizai', | |
'django.core.context_processors.tz', | |
'core.context_processors.baseurl') | |
DEFAULT_CONTENT_TYPE | |
'text/html' | |
APPEND_SLASH | |
True | |
FIRST_DAY_OF_WEEK | |
0 | |
DATABASE_ROUTERS | |
['data.dbrouters.CatalogRouter'] | |
SPLUNK_ENABLED | |
False | |
YEAR_MONTH_FORMAT | |
'F Y' | |
STATICFILES_STORAGE | |
'django.contrib.staticfiles.storage.StaticFilesStorage' | |
CACHES | |
{'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}} | |
SERVER_EMAIL | |
'root@localhost' | |
SESSION_COOKIE_PATH | |
'/' | |
MIDDLEWARE_CLASSES | |
('django.middleware.gzip.GZipMiddleware', | |
'django.middleware.common.CommonMiddleware', | |
'django.contrib.sessions.middleware.SessionMiddleware', | |
'django.contrib.auth.middleware.AuthenticationMiddleware', | |
'django.contrib.messages.middleware.MessageMiddleware', | |
'core.middleware.Public') | |
USE_I18N | |
True | |
THOUSAND_SEPARATOR | |
',' | |
SECRET_KEY | |
u'********************' | |
LANGUAGE_COOKIE_NAME | |
'django_language' | |
FILE_UPLOAD_TEMP_DIR | |
None | |
TRANSACTIONS_MANAGED | |
False | |
LOGGING_CONFIG | |
'django.utils.log.dictConfig' | |
SEND_BROKEN_LINK_EMAILS | |
False | |
TEMPLATE_LOADERS | |
('django.template.loaders.filesystem.Loader', | |
'django.template.loaders.app_directories.Loader') | |
WSGI_APPLICATION | |
None | |
SETTINGS_MODULE | |
'settings' | |
ALLOW_NEW_REGISTRATIONS | |
True | |
TEMPLATE_DEBUG | |
True | |
X_FRAME_OPTIONS | |
'SAMEORIGIN' | |
AUTHENTICATION_BACKENDS | |
('django_facebook.auth_backends.FacebookBackend', | |
'django.contrib.auth.backends.ModelBackend') | |
FORCE_SCRIPT_NAME | |
None | |
USE_X_FORWARDED_HOST | |
False | |
SIGNING_BACKEND | |
'django.core.signing.TimestampSigner' | |
SESSION_COOKIE_SECURE | |
False | |
CACHE_MIDDLEWARE_KEY_PREFIX | |
u'********************' | |
CSRF_COOKIE_DOMAIN | |
None | |
FILE_CHARSET | |
'utf-8' | |
DEBUG | |
True | |
SESSION_FILE_PATH | |
None | |
DEFAULT_FILE_STORAGE | |
'django.core.files.storage.FileSystemStorage' | |
INSTALLED_APPS | |
['django.contrib.auth', | |
'django.contrib.contenttypes', | |
'django.contrib.sessions', | |
'django.contrib.messages', | |
'django.contrib.staticfiles', | |
'django.contrib.admin', | |
'taggit', | |
'tastypie', | |
'django_facebook', | |
'sekizai', | |
'api', | |
'vendor', | |
'core', | |
'myx', | |
'renderer', | |
'player_service', | |
'data.catalog', | |
'testing'] | |
LANGUAGES | |
(('ar', 'Arabic'), | |
('az', 'Azerbaijani'), | |
('bg', 'Bulgarian'), | |
('bn', 'Bengali'), | |
('bs', 'Bosnian'), | |
('ca', 'Catalan'), | |
('cs', 'Czech'), | |
('cy', 'Welsh'), | |
('da', 'Danish'), | |
('de', 'German'), | |
('el', 'Greek'), | |
('en', 'English'), | |
('en-gb', 'British English'), | |
('eo', 'Esperanto'), | |
('es', 'Spanish'), | |
('es-ar', 'Argentinian Spanish'), | |
('es-mx', 'Mexican Spanish'), | |
('es-ni', 'Nicaraguan Spanish'), | |
('et', 'Estonian'), | |
('eu', 'Basque'), | |
('fa', 'Persian'), | |
('fi', 'Finnish'), | |
('fr', 'French'), | |
('fy-nl', 'Frisian'), | |
('ga', 'Irish'), | |
('gl', 'Galician'), | |
('he', 'Hebrew'), | |
('hi', 'Hindi'), | |
('hr', 'Croatian'), | |
('hu', 'Hungarian'), | |
('id', 'Indonesian'), | |
('is', 'Icelandic'), | |
('it', 'Italian'), | |
('ja', 'Japanese'), | |
('ka', 'Georgian'), | |
('kk', 'Kazakh'), | |
('km', 'Khmer'), | |
('kn', 'Kannada'), | |
('ko', 'Korean'), | |
('lt', 'Lithuanian'), | |
('lv', 'Latvian'), | |
('mk', 'Macedonian'), | |
('ml', 'Malayalam'), | |
('mn', 'Mongolian'), | |
('nb', 'Norwegian Bokmal'), | |
('ne', 'Nepali'), | |
('nl', 'Dutch'), | |
('nn', 'Norwegian Nynorsk'), | |
('pa', 'Punjabi'), | |
('pl', 'Polish'), | |
('pt', 'Portuguese'), | |
('pt-br', 'Brazilian Portuguese'), | |
('ro', 'Romanian'), | |
('ru', 'Russian'), | |
('sk', 'Slovak'), | |
('sl', 'Slovenian'), | |
('sq', 'Albanian'), | |
('sr', 'Serbian'), | |
('sr-latn', 'Serbian Latin'), | |
('sv', 'Swedish'), | |
('sw', 'Swahili'), | |
('ta', 'Tamil'), | |
('te', 'Telugu'), | |
('th', 'Thai'), | |
('tr', 'Turkish'), | |
('tt', 'Tatar'), | |
('uk', 'Ukrainian'), | |
('ur', 'Urdu'), | |
('vi', 'Vietnamese'), | |
('zh-cn', 'Simplified Chinese'), | |
('zh-tw', 'Traditional Chinese')) | |
COMMENTS_ALLOW_PROFANITIES | |
False | |
STATICFILES_DIRS | |
() | |
PREPEND_WWW | |
False | |
SECURE_PROXY_SSL_HEADER | |
None | |
PASSWORD_RESET_TIMEOUT_DAYS | |
u'********************' | |
FACEBOOK_REGISTRATION_FORM | |
'core.forms.FacebookRegistration' | |
ECHONEST_CONFIG | |
{'API_ENDPOINT': u'********************', 'API_KEY': u'********************'} | |
FACEBOOK_APP_ID | |
'453710028009293' | |
DEBUG_PROPAGATE_EXCEPTIONS | |
False | |
MONTH_DAY_FORMAT | |
'F j' | |
LOGIN_URL | |
'/accounts/login/' | |
SESSION_EXPIRE_AT_BROWSER_CLOSE | |
False | |
SOUTH_TESTS_MIGRATE | |
False | |
TIME_FORMAT | |
'P' | |
DATE_INPUT_FORMATS | |
('%Y-%m-%d', | |
'%m/%d/%Y', | |
'%m/%d/%y', | |
'%b %d %Y', | |
'%b %d, %Y', | |
'%d %b %Y', | |
'%d %b, %Y', | |
'%B %d %Y', | |
'%B %d, %Y', | |
'%d %B %Y', | |
'%d %B, %Y') | |
COMPRESS_CSS_FILTERS | |
['compressor.filters.cssmin.CSSMinFilter'] | |
CSRF_COOKIE_NAME | |
'csrftoken' | |
EMAIL_HOST_PASSWORD | |
u'********************' | |
AUTH_PROFILE_MODULE | |
'core.MyxerProfile' | |
CACHE_MIDDLEWARE_ALIAS | |
'default' | |
SESSION_SAVE_EVERY_REQUEST | |
False | |
NUMBER_GROUPING | |
0 | |
SESSION_ENGINE | |
'django.contrib.sessions.backends.db' | |
CSRF_FAILURE_VIEW | |
'django.views.csrf.csrf_failure' | |
CSRF_COOKIE_PATH | |
'/' | |
LOGIN_REDIRECT_URL | |
'/' | |
LOGGING | |
{'handlers': {'null': {'class': 'django.utils.log.NullHandler', | |
'level': 'DEBUG'}, | |
'trace_console': {'class': 'logging.StreamHandler', | |
'level': 'DEBUG', | |
'stream': 'ext://sys.stdout'}}, | |
'loggers': {'api': {'handlers': ['trace_console'], 'level': 'DEBUG'}, | |
'connect': {'handlers': ['trace_console'], 'level': 'DEBUG'}}, | |
'version': 1} | |
DEPLOYMENT_NAME | |
'unspecified' | |
MESSAGE_TAGS | |
{20: 'alert alert-info', | |
25: 'alert alert-success', | |
30: 'alert', | |
40: 'alert alert-error'} | |
LOCALE_PATHS | |
() | |
TEMPLATE_STRING_IF_INVALID | |
'' | |
TRACK_SELECTOR | |
'echonest' | |
LOGOUT_URL | |
'/accounts/logout/' | |
EMAIL_USE_TLS | |
False | |
TEMPLATE_DIRS | |
('/Users/robert/Sites/myxer-gae/myxer/settings/../templates',) | |
FIXTURE_DIRS | |
() | |
EMAIL_HOST | |
'localhost' | |
DATE_FORMAT | |
'N j, Y' | |
FACEBOOK_STORE_LOCAL_IMAGE | |
False | |
MEDIA_ROOT | |
'/Users/robert/Sites/myxer-gae/myxer/settings/../media/' | |
DEFAULT_EXCEPTION_REPORTER_FILTER | |
'django.views.debug.SafeExceptionReporterFilter' | |
ADMINS | |
() | |
FORMAT_MODULE_PATH | |
None | |
DEFAULT_FROM_EMAIL | |
'webmaster@localhost' | |
ROVI_API_KEY | |
u'********************' | |
PUBLIC | |
True | |
MEDIA_URL | |
'/media/' | |
DATETIME_FORMAT | |
'N j, Y, P' | |
EMAIL_SUBJECT_PREFIX | |
'[Django] ' | |
DISALLOWED_USER_AGENTS | |
() | |
ALLOWED_INCLUDE_ROOTS | |
() | |
API_LIMIT_PER_PAGE | |
u'********************' | |
DECIMAL_SEPARATOR | |
'.' | |
SHORT_DATE_FORMAT | |
'm/d/Y' | |
TEST_RUNNER | |
'django.test.simple.DjangoTestSuiteRunner' | |
IGNORABLE_404_URLS | |
() | |
TIME_ZONE | |
'America/New_York' | |
DEPLOYMENT_VERSION | |
'unspecified' | |
FILE_UPLOAD_MAX_MEMORY_SIZE | |
2621440 | |
EMAIL_BACKEND | |
'django.core.mail.backends.console.EmailBackend' | |
DEFAULT_TABLESPACE | |
'' | |
SESSION_COOKIE_HTTPONLY | |
True | |
SESSION_COOKIE_AGE | |
1209600 | |
MEMCACHE_NAMESPACE | |
'qa' | |
USE_ETAGS | |
False | |
SITE_ROOT | |
'/Users/robert/Sites/myxer-gae/myxer/settings/../' | |
LANGUAGES_BIDI | |
('he', 'ar', 'fa') | |
DEFAULT_INDEX_TABLESPACE | |
'' | |
INTERNAL_IPS | |
['127.0.0.1'] | |
STATIC_URL | |
'/static/' | |
EMAIL_PORT | |
25 | |
MEDIANET_DISABLE_CERT_CHECK | |
True | |
USE_TZ | |
True | |
SHORT_DATETIME_FORMAT | |
'm/d/Y P' | |
PASSWORD_HASHERS | |
u'********************' | |
ABSOLUTE_URL_OVERRIDES | |
{} | |
CACHE_MIDDLEWARE_SECONDS | |
600 | |
DATETIME_INPUT_FORMATS | |
('%Y-%m-%d %H:%M:%S', | |
'%Y-%m-%d %H:%M:%S.%f', | |
'%Y-%m-%d %H:%M', | |
'%Y-%m-%d', | |
'%m/%d/%Y %H:%M:%S', | |
'%m/%d/%Y %H:%M:%S.%f', | |
'%m/%d/%Y %H:%M', | |
'%m/%d/%Y', | |
'%m/%d/%y %H:%M:%S', | |
'%m/%d/%y %H:%M:%S.%f', | |
'%m/%d/%y %H:%M', | |
'%m/%d/%y') | |
MEDIANET_API_KEY | |
u'********************' | |
EMAIL_HOST_USER | |
'' | |
PROFANITIES_LIST | |
u'********************' | |
You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 500 page. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment