Created
July 15, 2011 02:28
-
-
Save rjfranco/1083920 to your computer and use it in GitHub Desktop.
Ellington Error
This file contains 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
error at /admin/news/story/96347/ | |
(111, 'Connection refused') | |
Request Method: POST | |
Request URL: http://www.columbian.com/admin/news/story/96347/ | |
Django Version: 1.2.5 SVN-16026 | |
Exception Type: error | |
Exception Value: | |
(111, 'Connection refused') | |
Exception Location: /usr/lib/python2.5/site-packages/amqplib/client_0_8/transport.py in __init__, line 58 | |
Python Executable: /usr/bin/python | |
Python Version: 2.5.2 | |
Python Path: ['/home/code.django-1.0', '/usr/lib/python2.5/site-packages/m2secret-0.1.1-py2.5.egg', '/usr/lib/python2.5/site-packages/pip-0.7.2-py2.5.egg', '/usr/lib/python25.zip', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages/PIL', '/var/lib/python-support/python2.5', '/home/code/worldonline/thirdparty'] | |
Server time: Thu, 14 Jul 2011 19:28:01 -0700 | |
Traceback Switch to copy-and-paste view | |
/home/code.django-1.0/django/core/handlers/base.py in get_response | |
response = callback(request, *callback_args, **callback_kwargs) ... | |
▶ Local vars | |
/home/code.django-1.0/django/contrib/admin/options.py in wrapper | |
return self.admin_site.admin_view(view)(*args, **kwargs) ... | |
▶ Local vars | |
/home/code.django-1.0/django/utils/decorators.py in _wrapped_view | |
response = view_func(request, *args, **kwargs) ... | |
▶ Local vars | |
/home/code.django-1.0/django/views/decorators/cache.py in _wrapped_view_func | |
response = view_func(request, *args, **kwargs) ... | |
▶ Local vars | |
/home/code.django-1.0/django/contrib/admin/sites.py in inner | |
return view(request, *args, **kwargs) ... | |
▶ Local vars | |
/home/code.django-1.0/django/db/transaction.py in _commit_on_success | |
res = func(*args, **kw) ... | |
▶ Local vars | |
/home/code/worldonline/thirdparty/reversion/revisions.py in _create_on_success | |
result = func(*args, **kwargs) ... | |
▶ Local vars | |
/home/code/worldonline/thirdparty/reversion/admin.py in change_view | |
return super(VersionAdmin, self).change_view(*args, **kwargs) ... | |
▶ Local vars | |
/home/code.django-1.0/django/utils/decorators.py in _wrapper | |
return decorator(bound_func)(*args, **kwargs) ... | |
▶ Local vars | |
/home/code.django-1.0/django/utils/decorators.py in _wrapped_view | |
response = view_func(request, *args, **kwargs) ... | |
▶ Local vars | |
/home/code.django-1.0/django/utils/decorators.py in bound_func | |
return func(self, *args2, **kwargs2) ... | |
▶ Local vars | |
/home/code.django-1.0/django/db/transaction.py in _commit_on_success | |
res = func(*args, **kw) ... | |
▶ Local vars | |
/home/code.django-1.0/django/contrib/admin/options.py in change_view | |
return self.response_change(request, new_object) ... | |
▶ Local vars | |
/home/code.django-1.0/ellington/core/admin_options.py in response_change | |
really_saved.send(sender=self.model, instance=obj, created=False) ... | |
▶ Local vars | |
/home/code.django-1.0/django/dispatch/dispatcher.py in send | |
response = receiver(signal=self, sender=sender, **named) ... | |
▶ Local vars | |
/home/code.django-1.0/ellington/news/listeners.py in handle_model_save_or_delete | |
invalidate_section_cache.delay(section_id=section.pk) ... | |
▶ Local vars | |
/home/code.django-1.0/celery/task/base.py in delay | |
return self.apply_async(args, kwargs) ... | |
▶ Local vars | |
/home/code.django-1.0/celery/task/base.py in apply_async | |
return apply_async(self, args, kwargs, **options) ... | |
▶ Local vars | |
/home/code.django-1.0/celery/messaging.py in _inner | |
return fun(*args, **kwargs) ... | |
▶ Local vars | |
/home/code.django-1.0/celery/execute/__init__.py in apply_async | |
exchange_type=exchange_type) ... | |
▶ Local vars | |
/home/code.django-1.0/celery/task/base.py in get_publisher | |
routing_key=self.routing_key) ... | |
▶ Local vars | |
/home/code.django-1.0/celery/messaging.py in __init__ | |
consumers = get_consumer_set(self.connection) ... | |
▶ Local vars | |
/home/code.django-1.0/celery/messaging.py in get_consumer_set | |
backend=cset.backend, **queue_options) ... | |
▶ Local vars | |
/home/code.django-1.0/carrot/messaging.py in __init__ | |
self.declare() ... | |
▶ Local vars | |
/home/code.django-1.0/carrot/messaging.py in declare | |
warn_if_exists=self.warn_if_exists) ... | |
▶ Local vars | |
/home/code.django-1.0/carrot/backends/pyamqplib.py in queue_declare | |
return self.channel.queue_declare(queue=queue, ... | |
▶ Local vars | |
/home/code.django-1.0/carrot/backends/pyamqplib.py in channel | |
self._channel_ref = weakref.ref(self.connection.get_channel()) ... | |
▶ Local vars | |
/home/code.django-1.0/carrot/connection.py in get_channel | |
return self.connection.channel() ... | |
▶ Local vars | |
/home/code.django-1.0/carrot/connection.py in connection | |
self._connection = self._establish_connection() ... | |
▶ Local vars | |
/home/code.django-1.0/carrot/connection.py in _establish_connection | |
return self.create_backend().establish_connection() ... | |
▶ Local vars | |
/home/code.django-1.0/carrot/backends/pyamqplib.py in establish_connection | |
connect_timeout=conninfo.connect_timeout) ... | |
▶ Local vars | |
/usr/lib/python2.5/site-packages/amqplib/client_0_8/connection.py in __init__ | |
self.transport = create_transport(host, connect_timeout, ssl) ... | |
▶ Local vars | |
/usr/lib/python2.5/site-packages/amqplib/client_0_8/transport.py in create_transport | |
return TCPTransport(host, connect_timeout) ... | |
▶ Local vars | |
/usr/lib/python2.5/site-packages/amqplib/client_0_8/transport.py in __init__ | |
self.sock.connect((host, port)) ... | |
▶ Local vars | |
Request information | |
GET | |
No GET data | |
POST | |
Variable Value | |
metadata-metadata-content_type-object_id-3-content | |
u'' | |
subhead | |
u'' | |
section_priorities-1-end_date_1 | |
u'' | |
section_priorities-1-end_date_0 | |
u'' | |
print_page | |
u'' | |
initial-sites | |
u'1' | |
default_framing | |
u'' | |
pub_date_1 | |
u'18:13:19' | |
print_edition | |
u'' | |
section_priorities-0-end_date_0 | |
u'' | |
section_priorities-0-end_date_1 | |
u'' | |
section_priorities-TOTAL_FORMS | |
u'3' | |
section_priorities-MAX_NUM_FORMS | |
u'' | |
metadata-metadata-content_type-object_id-TOTAL_FORMS | |
u'4' | |
_continue | |
u'Save and continue editing' | |
update_date_0 | |
u'' | |
update_date_1 | |
u'' | |
section_priorities-0-story | |
u'96347' | |
story | |
u'Five months ago, Sarah Godfrey was shot in the leg by a 15-year-old boy who, on a whim, decided to rob a group of people at a house party.\r\n\r\nThe would-be robbery was foiled when Godfrey and another man chased the boy out of the house and the boy fired shots.\r\n\r\nAt the time, Godfrey said she wanted Samuel Dunn to be tried as an adult and face a maximum penalty. Today, she has a change of heart.\r\n\r\n“He deserves help,” Godfrey told Judge Robert Lewis Thursday. “A lot of it.”\r\n\r\nThe judge agreed, sentencing Dunn to spend between about five years and six years, eight months in a juvenile institution. When the dust settles, Dunn will either be released just after his 20th birthday or when he turns 21, depending on how amenable he is to treatment.\r\n\r\nJuvenile court does not have jurisdiction over offenders after they turn 21.\r\n\r\nLewis said a juvenile institution is best suited to help Dunn with his Asperger’s syndrome. Still, while the judge acknowledged Dunn’s condition, he said it shouldn’t serve as an excuse.\r\n\r\n“For these people, it doesn’t really matter what the reason is” for firing shots, Lewis said, addressing Dunn. “What you did was extremely terrorizing to the people involved and the community.”\r\n\r\nIt was not the judge’s decision to make whether Dunn be tried as an adult because Judge Edwin Poyfair had already decided this spring that Dunn should be tried as a juvenile. \r\n\r\nDunn pleaded guilty June 29 in juvenile court to first-degree burglary, first-degree attempted robbery, first-degree assault, second-degree assault and unlawful possession of a firearm. He also pleaded guilty to two unrelated counts of residential burglary.\r\n\r\nDeputy Prosecutor Jessica Smith and defense attorney Michael Borge both recommended that Dunn be incarcerated until at least age 20. The judge agreed on the recommendation.\r\n\r\nBefore sentencing, several people at the party the night of Feb. 19 addressed the judge about the impact the shooting has had on them and their families. Dunn had been walking by the house on Northeast 38th Street, saw that a party was going on, donned a mask, and entered with a gun and a bag, according to court documents.\r\n\r\nDunn threw the bag on the kitchen floor and told the group to put their wallets in the bag, according to court documents. Then, when he thought they hadn’t heard them, Dunn fired one shot in the wall toward the ceiling.\r\n\r\n“He came in ready to fire,” Jason Wallace, at the party that night, told the judge. “He came ready to kill.”\r\n\r\nWhen Dunn was chased from the house, he fired shots at Godfrey and Corey Bloom, both 22. They were treated at a local hospital.\r\n\r\nMichelle Scheneman, who lives at the house of the shooting, said she still lives with the terror of that night and questions whether Dunn really understands the gravity of his actions.\r\n\r\n“The lack of remorse on his part makes me ill,” she said.\r\n\r\nThe family of Dunn also spoke to the judge, offering a much different picture. Dunn’s grandmother, June Dunn, said that as a child, Samuel Dunn never got in trouble. The family only learned of his Asperger’s syndrome upon his arrest and how it affects his perception of his actions on others. Those with Asperger’s generally can’t understand others’ trauma, she said.\r\n\r\n“I love this kid. I think he’s a wonderful kid,” she said. “It was enormous shock to us when it happened.”' | |
tease_photo_0 | |
u'' | |
section_priorities-1-section | |
u'' | |
print_headline | |
u'' | |
headline | |
u'Boy, 15, sentenced in house party shooting' | |
section_priorities-__prefix__-end_date_0 | |
u'' | |
dateline | |
u'' | |
metadata-metadata-content_type-object_id-__prefix__-type | |
u'' | |
sites | |
u'1' | |
section_priorities-0-section | |
u'' | |
section_priorities-1-story | |
u'96347' | |
metadata-metadata-content_type-object_id-3-id | |
u'' | |
section_priorities-0-start_date_0 | |
u'' | |
section_priorities-1-start_date_0 | |
u'' | |
comment_status | |
u'4' | |
section_priorities-__prefix__-section | |
u'' | |
section_priorities-0-priority | |
u'' | |
section_priorities-2-start_date_1 | |
u'' | |
section_priorities-2-start_date_0 | |
u'' | |
section_priorities-2-end_date_0 | |
u'' | |
section_priorities-1-start_date_1 | |
u'' | |
status | |
u'1' | |
metadata-metadata-content_type-object_id-2-content | |
u'' | |
section_priorities-1-priority | |
u'' | |
metadata-metadata-content_type-object_id-1-id | |
u'116062' | |
metadata-metadata-content_type-object_id-2-id | |
u'' | |
section_priorities-2-id | |
u'' | |
metadata-metadata-content_type-object_id-3-type | |
u'' | |
lead_photo | |
u'' | |
metadata-metadata-content_type-object_id-__prefix__-content | |
u'' | |
metadata-metadata-content_type-object_id-1-content | |
u'original_importer_instance_id: 20110714180903\r\noriginal_webvc_file_path: /var/scripts/SaxoToEllington/staging/20110714-180713.xml' | |
metadata-metadata-content_type-object_id-0-content | |
u'<?xml version="1.0" encoding="UTF-8"?>\r\n<nitf>\r\n <head>\r\n <meta name="subject" content="07-15 shooting sentencing"/>\r\n <meta name="SAXo-Category" content="C Metro"/>\r\n <meta name="SAXo-Priority" content="12-Section Front Lead"/>\r\n <meta name="SAXo-MediaType" value=""/>\r\n <meta name="SAXo-Format" content="3cBenton"/>\r\n <meta name="SAXo-AuthorID" content="522981040"/>\r\n <meta name="SAXo-Author" content="Laura McVicker"/>\r\n <meta name="SAXo-AuthorEmail" content="[email protected]"/>\r\n <meta name="SAXo-UserID" content="522981040"/>\r\n <meta name="SAXo-User" content="Laura McVicker"/>\r\n <meta name="SAXo-UserEmail" content="[email protected]"/>\r\n <meta name="SAXo-Note" content=""/>\r\n <docdata>\r\n <doc-id id-string="149579"/>\r\n <urgency ed-urg="12"/>\r\n <date.release norm="20110715T130000Z"/>\r\n <date.expire norm="20110814T130000Z"/>\r\n <doc.copyright year="2011" holder="The Columbian"/>\r\n <key-list/>\r\n </docdata>\r\n <pubdata position.section="" position.sequence="0" edition.area="12 in" number="" name="The Columbian"/>\r\n </head>\r\n <body>\r\n <body.head>\r\n <hedline/>\r\n <byline>By Laura McVicker\r\nColumbian staff writer</byline>\r\n <abstract>A 15-year-old boy will be sentenced Thursday afternoon for shooting two people during a robbery attempt at a house party.</abstract>\r\n </body.head>\r\n <body.content>\r\n <block>\r\n <p lede="true"></p>\r\n <p>Five months ago, Sarah Godfrey was shot in the leg by a 15-year-old boy who, on a whim, decided to rob a group of people at a house party.</p>\r\n <p>The would-be robbery was foiled when Godfrey and another man chased the boy out of the house and the boy fired shots.</p>\r\n <p>At the time, Godfrey said she wanted Samuel Dunn to be tried as an adult and face a maximum penalty. Today, she has a change of heart.</p>\r\n <p>“He deserves help,” Godfrey told Judge Robert Lewis Thursday. “A lot of it.”</p>\r\n <p>The judge agreed, sentencing Dunn to spend between about five years and six years, eight months in a juvenile institution. When the dust settles, Dunn will either be released just after his 20th birthday or when he turns 21, depending on how amenable he is to treatment.</p>\r\n <p>Juvenile court does not have jurisdiction over offenders after they turn 21.</p>\r\n <p>Lewis said a juvenile institution is best suited to help Dunn with his Asperger’s syndrome. Still, while the judge acknowledged Dunn’s condition, he said it shouldn’t serve as an excuse.</p>\r\n <p>“For these people, it doesn’t really matter what the reason is” for firing shots, Lewis said, addressing Dunn. “What you did was extremely terrorizing to the people involved and the community.”</p>\r\n <p>It was not the judge’s decision to make whether Dunn be tried as an adult because Judge Edwin Poyfair had already decided this spring that Dunn should be tried as a juvenile. </p>\r\n <p>Dunn pleaded guilty June 29 in juvenile court to first-degree burglary, first-degree attempted robbery, first-degree assault, second-degree assault and unlawful possession of a firearm. He also pleaded guilty to two unrelated counts of residential burglary.</p>\r\n <p>Deputy Prosecutor Jessica Smith and defense attorney Michael Borge both recommended that Dunn be incarcerated until at least age 20. The judge agreed on the recommendation.</p>\r\n <p>Before sentencing, several people at the party the night of Feb. 19 addressed the judge about the impact the shooting has had on them and their families. Dunn had been walking by the house on Northeast 38th Street, saw that a party was going on, donned a mask, and entered with a gun and a bag, according to court documents.</p>\r\n <p>Dunn threw the bag on the kitchen floor and told the group to put their wallets in the bag, according to court documents. Then, when he thought they hadn’t heard them, Dunn fired one shot in the wall toward the ceiling.</p>\r\n <p>“He came in ready to fire,” Jason Wallace, at the party that night, told the judge. “He came ready to kill.”</p>\r\n <p>When Dunn was chased from the house, he fired shots at Godfrey and Corey Bloom, both 22. They were treated at a local hospital.</p>\r\n <p>Michelle Scheneman, who lives at the house of the shooting, said she still lives with the terror of that night and questions whether Dunn really understands the gravity of his actions.</p>\r\n <p>“The lack of remorse on his part makes me ill,” she said.</p>\r\n <p>The family of Dunn also spoke to the judge, offering a much different picture. Dunn’s grandmother, June Dunn, said that as a child, Samuel Dunn never got in trouble. The family only learned of his Asperger’s syndrome upon his arrest and how it affects his perception of his actions on others. Those with Asperger’s generally can’t understand others’ trauma, she said.</p>\r\n <p>“I love this kid. I think he’s a wonderful kid,” she said. “It was enormous shock to us when it happened.”</p>\r\n <p>Samuel Dunn’s mother, Heather Dunn, echoed the shock of the shooting. “I drive by their house every day and seize with sorrow,” she said.</p>\r\n </block>\r\n </body.content>\r\n </body>\r\n</nitf>\r\n' | |
section_priorities-__prefix__-id | |
u'' | |
section_priorities-__prefix__-start_date_0 | |
u'' | |
section_priorities-__prefix__-start_date_1 | |
u'' | |
print_section | |
u'' | |
one_off_byline | |
u'' | |
bylines | |
u'43' | |
metadata-metadata-content_type-object_id-MAX_NUM_FORMS | |
u'' | |
slug | |
u'five-months-ago-sarah-godfrey-was-shot-in-the-leg' | |
categories | |
u'1610' | |
metadata-metadata-content_type-object_id-0-id | |
u'116061' | |
metadata-metadata-content_type-object_id-0-type | |
u'3' | |
section_priorities-2-section | |
u'' | |
section_priorities-0-id | |
u'' | |
metadata-metadata-content_type-object_id-__prefix__-id | |
u'' | |
tease | |
u'A 15-year-old boy was sentenced to be in a juvenile institution until at least his 20th birthday.' | |
section_priorities-1-id | |
u'' | |
section_priorities-2-story | |
u'96347' | |
post_story_blurb | |
u'' | |
section_priorities-2-priority | |
u'' | |
metadata-metadata-content_type-object_id-INITIAL_FORMS | |
u'2' | |
section_priorities-__prefix__-end_date_1 | |
u'' | |
section_priorities-0-start_date_1 | |
u'' | |
pub_date_0 | |
u'2011-07-14' | |
section_priorities-__prefix__-priority | |
u'' | |
section_priorities-INITIAL_FORMS | |
u'0' | |
metadata-metadata-content_type-object_id-1-type | |
u'5' | |
section_priorities-2-end_date_1 | |
u'' | |
pre_story_blurb | |
u'' | |
metadata-metadata-content_type-object_id-2-type | |
u'' | |
section_priorities-__prefix__-story | |
u'96347' | |
FILES | |
No FILES data | |
COOKIES | |
Variable Value | |
__utmz | |
'214468168.1310693197.15.5.utmcsr=columbiandev.www.clients.ellingtoncms.com|utmccn=(referral)|utmcmd=referral|utmcct=/search/' | |
messages | |
'7d1a2cdafb16f36cb25fb5bf62588388e5ccda8e$[["__json_message",20,"The story \\"Boy, 15, sentenced in house party shooting\\" was changed successfully. You may edit it again below."]]' | |
ellington_sessionid | |
'48b26764889eaa7e4d593dc0a547069b' | |
__gads | |
'ID=f270e6e49d744249:T=1305732378:S=ALNI_MZTpc1Ep4PU-ReRdXosOVtCCBtQeQ' | |
__qca | |
'P0-149367466-1305732381513' | |
__utma | |
'214468168.240224992.1305732381.1310233780.1310693197.15' | |
__utmc | |
'214468168' | |
fbs_122928857737763 | |
'access_token=122928857737763%7C2.AQArL-1eqtXLC320.3600.1310702400.1-542245099%7CiEHNEQ7w_RKkgMY_15wnYo9OztM&base_domain=columbian.com&expires=1310702400&secret=B7e8kn_8AlrdBeYDqfsqYg__&session_key=2.AQArL-1eqtXLC320.3600.1310702400.1-542245099&sig=fa7cc01ec3bed52dc4c352eaa7f1fd28&uid=542245099' | |
__utma_a2a | |
'127445964.1338465751.1306908825.1306908825.1306908825.1' | |
META | |
Variable Value | |
CONTENT_LENGTH | |
'18978' | |
CONTENT_TYPE | |
'multipart/form-data; boundary=----WebKitFormBoundaryAH7ltvZzJLPF7yoH' | |
DOCUMENT_ROOT | |
'/home/static/columbian.media.clients.ellingtoncms.com/html' | |
GATEWAY_INTERFACE | |
'CGI/1.1' | |
HTTP_ACCEPT | |
'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' | |
HTTP_ACCEPT_CHARSET | |
'ISO-8859-1,utf-8;q=0.7,*;q=0.3' | |
HTTP_ACCEPT_ENCODING | |
'gzip,deflate,sdch' | |
HTTP_ACCEPT_LANGUAGE | |
'en-US,en;q=0.8' | |
HTTP_COOKIE | |
'__gads=ID=f270e6e49d744249:T=1305732378:S=ALNI_MZTpc1Ep4PU-ReRdXosOVtCCBtQeQ; __qca=P0-149367466-1305732381513; __utma_a2a=127445964.1338465751.1306908825.1306908825.1306908825.1; __utma=214468168.240224992.1305732381.1310233780.1310693197.15; __utmc=214468168; __utmz=214468168.1310693197.15.5.utmcsr=columbiandev.www.clients.ellingtoncms.com|utmccn=(referral)|utmcmd=referral|utmcct=/search/; ellington_sessionid=48b26764889eaa7e4d593dc0a547069b; fbs_122928857737763="access_token=122928857737763%7C2.AQArL-1eqtXLC320.3600.1310702400.1-542245099%7CiEHNEQ7w_RKkgMY_15wnYo9OztM&base_domain=columbian.com&expires=1310702400&secret=B7e8kn_8AlrdBeYDqfsqYg__&session_key=2.AQArL-1eqtXLC320.3600.1310702400.1-542245099&sig=fa7cc01ec3bed52dc4c352eaa7f1fd28&uid=542245099"; messages="7d1a2cdafb16f36cb25fb5bf62588388e5ccda8e$[[\\"__json_message\\"\\05420\\054\\"The story \\\\\\"Boy\\054 15\\054 sentenced in house party shooting\\\\\\" was changed successfully. You may edit it again below.\\"]]"' | |
HTTP_HOST | |
'www.columbian.com' | |
HTTP_ORIGIN | |
'http://www.columbian.com' | |
HTTP_REFERER | |
'http://www.columbian.com/admin/news/story/96347/' | |
HTTP_USER_AGENT | |
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.122 Safari/534.30' | |
HTTP_X_FORWARDED_FOR | |
'24.21.64.5' | |
HTTP_X_VARNISH | |
'215720946' | |
PATH | |
'/bin:/usr/bin:/usr/local/bin' | |
PATH_INFO | |
u'/admin/news/story/96347/' | |
PATH_TRANSLATED | |
'/etc/apache2/wsgi/hosted.clients.columbian.standard/admin/news/story/96347/' | |
QUERY_STRING | |
'' | |
REMOTE_ADDR | |
'24.21.64.5' | |
REMOTE_PORT | |
'37136' | |
REQUEST_METHOD | |
'POST' | |
REQUEST_URI | |
'/admin/news/story/96347/' | |
SCRIPT_FILENAME | |
'/etc/apache2/wsgi/hosted.clients.columbian.standard' | |
SCRIPT_NAME | |
u'' | |
SCRIPT_URI | |
'http://www.columbian.com/admin/news/story/96347/' | |
SCRIPT_URL | |
'/admin/news/story/96347/' | |
SERVER_ADDR | |
'10.0.0.5' | |
SERVER_ADMIN | |
'[email protected]' | |
SERVER_NAME | |
'www.columbian.com' | |
SERVER_PORT | |
'80' | |
SERVER_PROTOCOL | |
'HTTP/1.1' | |
SERVER_SIGNATURE | |
'' | |
SERVER_SOFTWARE | |
'Apache' | |
mod_wsgi.application_group | |
'www.columbian.com|' | |
mod_wsgi.callable_object | |
'application' | |
mod_wsgi.listener_host | |
'10.0.0.5' | |
mod_wsgi.listener_port | |
'8215' | |
mod_wsgi.process_group | |
'hosted.clients.columbian.standard' | |
mod_wsgi.reload_mechanism | |
'1' | |
mod_wsgi.script_reloading | |
'1' | |
wsgi.errors | |
<mod_wsgi.Log object at 0x4fb8510> | |
wsgi.file_wrapper | |
<built-in method file_wrapper of mod_wsgi.Adapter object at 0x55136c0> | |
wsgi.input | |
<mod_wsgi.Input object at 0x4fc2af0> | |
wsgi.multiprocess | |
True | |
wsgi.multithread | |
False | |
wsgi.run_once | |
False | |
wsgi.url_scheme | |
'http' | |
wsgi.version | |
(1, 0) | |
Settings | |
Using settings module hosted.clients.columbian.standard | |
Setting Value | |
ABSOLUTE_URL_OVERRIDES | |
{} | |
ACCOUNT_ACTIVATION_DAYS | |
7 | |
ADMINS | |
(('Ellington Support', '[email protected]'), ('webmaster', '[email protected]')) | |
ADMIN_FOR | |
() | |
ADMIN_MEDIA_PREFIX | |
'http://columbian.media.clients.ellingtoncms.com/static/django_admin/' | |
ALLOWED_INCLUDE_ROOTS | |
('/home/static/columbian.media.clients.ellingtoncms.com/media/include',) | |
ANONYMITY_FROM_EMAIL | |
{1: '[email protected]'} | |
APPEND_SLASH | |
True | |
AUTHENTICATION_BACKENDS | |
('django.contrib.auth.backends.ModelBackend', 'socialregistration.auth.FacebookAuth', 'socialregistration.auth.OpenIDAuth', 'socialregistration.auth.TwitterAuth') | |
AUTH_PROFILE_MODULE | |
'userprofiles.userprofile' | |
AUTH_SESSION_COOKIE | |
'rizzo' | |
BANNED_EMAIL_DOMAINS | |
['mailinator.com', 'dodgeit.com', 'spamgourmet.com', 'mytrashmail.com'] | |
BANNED_IPS | |
('204.94.104.99', '66.142.59.23', '220.196.165.142', '64.65.191.117', '24.124.72.20', '170.135.241.46', '198.74.20.74', '198.74.20.75', '66.142.32.50', '24.255.208.243', '24.124.63.170', '160.149.207.65', '24.124.89.55', '70.243.237.12', '69.154.22.191', '75.39.129.109') | |
BASE_MEDIA | |
'/home/static/columbian.media.clients.ellingtoncms.com' | |
BITLY_API_KEY | |
'R_f5013f26f05d16f3d7e26904c03022b4' | |
BITLY_API_USER | |
'crand275' | |
BLOG_INDEX_ENTRY_LIMIT | |
20 | |
BROKER_HOST | |
'busby' | |
BROKER_PASSWORD | |
'********************' | |
BROKER_PORT | |
5672 | |
BROKER_USER | |
'celery' | |
BROKER_VHOST | |
'10.0.0.50:columbian:1' | |
CACHE_BACKEND | |
'memcached://10.0.0.15:11211/' | |
CACHE_KEY_PREFIX | |
'ho-columbian' | |
CACHE_MIDDLEWARE_ANONYMOUS_ONLY | |
True | |
CACHE_MIDDLEWARE_KEY_PREFIX | |
'ho-columbian-mid' | |
CACHE_MIDDLEWARE_SECONDS | |
60 | |
COMMENTS_ALLOW_PROFANITIES | |
False | |
COMMENTS_APP | |
'ellington.comments' | |
COMMENTS_BANNED_USERS_GROUP | |
1 | |
COMMENTS_BLOCK_MESSAGES_GROUP | |
31 | |
COMMENTS_FIRST_FEW | |
10 | |
COMMENTS_HIDE_REMOVED | |
False | |
COMMENTS_MODERATORS_GROUP | |
2 | |
COMMENTS_SKETCHY_USERS_GROUP | |
3 | |
CSRF_COOKIE_DOMAIN | |
None | |
CSRF_COOKIE_NAME | |
'csrftoken' | |
CSRF_FAILURE_VIEW | |
'django.views.csrf.csrf_failure' | |
DATABASES | |
{'default': {'ENGINE': 'django.contrib.gis.db.backends.postgis', 'HOST': '10.0.0.50', 'NAME': 'columbian', 'OPTIONS': {}, 'PASSWORD': '********************', 'PORT': '5432', 'TEST_CHARSET': None, 'TEST_COLLATION': None, 'TEST_MIRROR': None, 'TEST_NAME': None, 'TIME_ZONE': 'America/Los_Angeles', 'USER': 'apache'}} | |
DATABASE_ENGINE | |
'' | |
DATABASE_HOST | |
'10.0.0.50' | |
DATABASE_NAME | |
'' | |
DATABASE_OPTIONS | |
{} | |
DATABASE_PASSWORD | |
'********************' | |
DATABASE_PORT | |
'5432' | |
DATABASE_ROUTERS | |
[] | |
DATABASE_USER | |
'apache' | |
DATETIME_FORMAT | |
'F j, Y P' | |
DATETIME_INPUT_FORMATS | |
('%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M', '%Y-%m-%d', '%m/%d/%Y %H:%M:%S', '%m/%d/%Y %H:%M', '%m/%d/%Y', '%m/%d/%y %H:%M:%S', '%m/%d/%y %H:%M', '%m/%d/%y') | |
DATE_FORMAT | |
'F j, Y' | |
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') | |
DEBUG | |
False | |
DEBUG_PROPAGATE_EXCEPTIONS | |
False | |
DECIMAL_SEPARATOR | |
'.' | |
DEFAULT_CHARSET | |
'utf-8' | |
DEFAULT_COMMENT_STATUS | |
4 | |
DEFAULT_CONTENT_TYPE | |
'text/html' | |
DEFAULT_DECODING_ERROR_HANDLING | |
'strict' | |
DEFAULT_ENCODING_ERROR_HANDLING | |
'strict' | |
DEFAULT_FILE_STORAGE | |
'django.core.files.storage.FileSystemStorage' | |
DEFAULT_FROM_EMAIL | |
'[email protected]' | |
DEFAULT_INDEX_TABLESPACE | |
'' | |
DEFAULT_LATITUDE | |
'38.973086' | |
DEFAULT_LONGITUDE | |
'-95.235827' | |
DEFAULT_SITE_SETTING | |
'desktop' | |
DEFAULT_TABLESPACE | |
'' | |
DEFAULT_TUMBLE_MODELS | |
() | |
DEFAULT_VIDEO_HEIGHT | |
240 | |
DEFAULT_VIDEO_WIDTH | |
300 | |
DESKTOP_SITE_SETTING | |
'desktop' | |
DISALLOWED_USER_AGENTS | |
(<_sre.SRE_Pattern object at 0xad7100>, <_sre.SRE_Pattern object at 0x7fb037ecda28>, <_sre.SRE_Pattern object at 0x7fb038374e30>, <_sre.SRE_Pattern object at 0xad71d0>, <_sre.SRE_Pattern object at 0xb11e10>) | |
ELLINGTON_APPS | |
['ellington.accounts', 'ellington.alerts', 'ellington.anonymity', 'ellington.answers', 'ellington.categories', 'ellington.chats', 'ellington.comments', 'ellington.contests', 'ellington.core', 'ellington.dynamicforms', 'ellington.events', 'ellington.externalfeeds', 'ellington.externallinks', 'ellington.externalprofiles', 'ellington.features', 'ellington.flatpages', 'ellington.forums', 'ellington.fragments', 'ellington.layouts', 'ellington.linklists', 'ellington.mailform', 'ellington.mailfriend', 'ellington.manonthestreet', 'ellington.maps', 'ellington.media', 'ellington.metadata', 'ellington.movies', 'ellington.multimedia', 'ellington.music', 'ellington.news', 'ellington.nitf', 'ellington.persistentsearch', 'ellington.places', 'ellington.playlists', 'ellington.podcasts', 'ellington.polls', 'ellington.pr', 'ellington.publichistory', 'ellington.questionnaires', 'ellington.quizzes', 'ellington.q_and_a', 'ellington.ratings', 'ellington.recipes', 'ellington.relatedlinks', 'ellington.reports', 'ellington.restaurants', 'ellington.reviews', 'ellington.search', 'ellington.sectionfronts', 'ellington.sms', 'ellington.social', 'ellington.specials', 'ellington.staff', 'ellington.throttle', 'ellington.tumble', 'ellington.weather', 'ellington.weblogs', 'ellington.widgets', 'ellington.media.photogalleries', 'ellington.news.births', 'ellington.news.society'] | |
ELLINGTON_BASE_MODEL_ADMIN_CLASS | |
'ellington.core.admin_options.EllingtonDefaultModelAdmin' | |
EMAIL_BACKEND | |
'django.core.mail.backends.smtp.EmailBackend' | |
EMAIL_HOST | |
'localhost' | |
EMAIL_HOST_PASSWORD | |
'********************' | |
EMAIL_HOST_USER | |
'' | |
EMAIL_PORT | |
25 | |
EMAIL_SERVER_RESPECTS_BCC | |
False | |
EMAIL_SUBJECT_PREFIX | |
'[Django] ' | |
EMAIL_USE_TLS | |
False | |
EVENT_EMAILS | |
[] | |
EXCLUDED_APPS | |
('clients', 'internal', 'legacy', 'marketplace', 'realestate', 'sexoffenders', 'test') | |
EXIFTOOL_PATH | |
'/usr/bin/exiftool' | |
FACEBOOK_API_KEY | |
'da74aaf63cf0711e202909e9e1de647d' | |
FACEBOOK_SECRET_KEY | |
'********************' | |
FILE_CHARSET | |
'utf-8' | |
FILE_UPLOAD_HANDLERS | |
('django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler') | |
FILE_UPLOAD_MAX_MEMORY_SIZE | |
2621440 | |
FILE_UPLOAD_PERMISSIONS | |
None | |
FILE_UPLOAD_TEMP_DIR | |
None | |
FIRST_DAY_OF_WEEK | |
0 | |
FIXTURE_DIRS | |
() | |
FORCE_SCRIPT_NAME | |
None | |
FORMAT_MODULE_PATH | |
None | |
GOOGLE_MAPS_API_KEY | |
{'columbian.com': 'ABQIAAAAshMSFhSR5VuDxIWPyNSbehSLBSQwFrvaxXC648pqb48R1DlZrhTOANiW4tlQ0U-gz2_f0NY4dEOw1w', 'ellingtoncms.com': 'ABQIAAAA8Xgel7HZx7p5O-5UfZBMIxStQXbqYGIQYSMUcKPTq99cWSVvoBRxn5_UldP_W23fm_OHZIwho2ZmHQ'} | |
HAYSTACK_BATCH_SIZE | |
500 | |
HAYSTACK_INCLUDE_SPELLING | |
True | |
HAYSTACK_SEARCH_ENGINE | |
'solr' | |
HAYSTACK_SITECONF | |
'hosted.clients.default.suite_search_sites' | |
HAYSTACK_SOLR_TIMEOUT | |
300 | |
HAYSTACK_SOLR_URL | |
'http://10.0.0.75:9000/solr/columbian' | |
HIERARCHY_SLUGS | |
['news'] | |
IGNORABLE_404_ENDS | |
('mail.pl', 'mailform.pl', 'mail.cgi', 'mailform.cgi', 'favicon.ico', '.php') | |
IGNORABLE_404_STARTS | |
('/cgi-bin/', '/_vti_bin', '/_vti_inf') | |
INSTALLED_APPS | |
['django.contrib.admin', 'django.contrib.admindocs', 'django.contrib.auth', 'django.contrib.comments', 'django.contrib.contenttypes', 'django.contrib.messages', 'django.contrib.gis', 'django.contrib.humanize', 'django.contrib.markup', 'django.contrib.redirects', 'django.contrib.sessions', 'django.contrib.sitemaps', 'django.contrib.sites', 'django.contrib.webdesign', 'haystack', 'registration', 'socialregistration', 'south', 'typogrify', 'oembed', 'djcelery', 'reversion', 'threadedcomments', 'urlr', 'ellington.accounts', 'ellington.alerts', 'ellington.anonymity', 'ellington.answers', 'ellington.categories', 'ellington.chats', 'ellington.comments', 'ellington.contests', 'ellington.core', 'ellington.dynamicforms', 'ellington.events', 'ellington.externalfeeds', 'ellington.externallinks', 'ellington.externalprofiles', 'ellington.features', 'ellington.flatpages', 'ellington.forums', 'ellington.fragments', 'ellington.layouts', 'ellington.linklists', 'ellington.mailform', 'ellington.mailfriend', 'ellington.manonthestreet', 'ellington.maps', 'ellington.media', 'ellington.metadata', 'ellington.movies', 'ellington.multimedia', 'ellington.music', 'ellington.news', 'ellington.nitf', 'ellington.persistentsearch', 'ellington.places', 'ellington.playlists', 'ellington.podcasts', 'ellington.polls', 'ellington.pr', 'ellington.publichistory', 'ellington.questionnaires', 'ellington.quizzes', 'ellington.q_and_a', 'ellington.ratings', 'ellington.recipes', 'ellington.relatedlinks', 'ellington.reports', 'ellington.restaurants', 'ellington.reviews', 'ellington.search', 'ellington.sectionfronts', 'ellington.sms', 'ellington.social', 'ellington.specials', 'ellington.staff', 'ellington.throttle', 'ellington.tumble', 'ellington.weather', 'ellington.weblogs', 'ellington.widgets', 'ellington.media.photogalleries', 'ellington.news.births', 'djcelery', 'django.contrib.admin', 'django.contrib.admindocs', 'django.contrib.auth', 'django.contrib.comments', 'django.contrib.contenttypes', 'django.contrib.messages', 'django.contrib.flatpages', 'django.contrib.gis', 'django.contrib.humanize', 'django.contrib.markup', 'django.contrib.redirects', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.sitemaps', 'django.contrib.webdesign', 'ellington.accounts', 'ellington.categories', 'ellington.externalprofiles', 'ellington.metadata', 'ellington.sms', 'ellington.core', 'ellington.ratings', 'ellington.reviews', 'ellington.search', 'ellington.social', 'ellington.test', 'south', 'marketplace', 'marketplace.ads', 'marketplace.business', 'marketplace.mp_events', 'marketplace.markets', 'marketplace.mp_news', 'marketplace.mp_photos', 'marketplace.products', 'marketplace.professionals', 'marketplace.profiles', 'marketplace.reminders', 'marketplace.mp_search', 'marketplace.videos', 'dbsettings', 'registration', 'haystack', 'paypal.standard.ipn', 'oembed', 'reversion', 'urlr', 'socialregistration', 'djcelery', 'threadedcomments', 'hosted.clients.columbian.userprofiles'] | |
INTERNAL_IPS | |
('24.124.4.220', '24.124.1.4', '127.0.0.1') | |
IS_CMS | |
True | |
LANGUAGES | |
(('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian 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'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('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'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')) | |
LANGUAGES_BIDI | |
('he', 'ar', 'fa') | |
LANGUAGE_CODE | |
'en-us' | |
LANGUAGE_COOKIE_NAME | |
'django_language' | |
LOCALE_PATHS | |
() | |
LOCAL_CITY_IDS | |
(1,) | |
LOGIN_REDIRECT_URL | |
'/accounts/profile/' | |
LOGIN_URL | |
'/accounts/login/' | |
LOGOUT_URL | |
'/accounts/logout/' | |
MAIN_CITY_IDS | |
(1,) | |
MANAGERS | |
(('Ellington Support', '[email protected]'), ('webmaster', '[email protected]')) | |
MEDIA_ROOT | |
'/home/static/columbian.media.clients.ellingtoncms.com/media/' | |
MEDIA_URL | |
'http://columbian.media.clients.ellingtoncms.com' | |
MESSAGE_STORAGE | |
'django.contrib.messages.storage.user_messages.LegacyFallbackStorage' | |
MIDDLEWARE_CLASSES | |
('ellington.core.middleware.PerRequestSettingsMiddleware', 'ellington.core.middleware.mobile.MobileDetectionMiddleware', 'ellington.core.middleware.mobile.MobileRequestMiddleware', 'ellington.core.middleware.UpdateCacheMiddleware', 'ellington.core.middleware.XForwardedForMiddleware', 'django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'ellington.core.middleware.DisableCsrfMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'ellington.core.middleware.XViewMiddleware', 'socialregistration.middleware.FacebookMiddleware', 'django.contrib.redirects.middleware.RedirectFallbackMiddleware', 'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware', 'ellington.core.middleware.FetchFromCacheMiddleware', 'reversion.middleware.RevisionMiddleware', 'ellington.core.middleware.UserBasedExceptionMiddleware') | |
MOBILE_OPT_IN | |
False | |
MOBILE_SITE_SETTING | |
'mobile' | |
MOGRIFY_KEY | |
'Your daughter and the Moor are now making the beast with two backs.' | |
MONTH_DAY_FORMAT | |
'F j' | |
MOVIES_ZIP_CODE | |
98661 | |
NEWS_HIERARCHY_SLUG | |
'news' | |
NITF_IMPORT_DEFAULT_INLINE_ALIGNMENT | |
'right' | |
NUMBER_GROUPING | |
0 | |
PASSWORD_RESET_TIMEOUT_DAYS | |
'********************' | |
PHOTOGRAPH_TYPE_SLUG | |
'photographs' | |
PHOTO_CROPPING | |
{} | |
PHOTO_IMPORTER_FS_PATH | |
'/home/static/columbian.media.clients.ellingtoncms.com/photo_upload' | |
PHOTO_IMPORTER_LOG_PATH | |
'/home/static/columbian.media.clients.ellingtoncms.com/photo_upload/logs' | |
PHOTO_IMPORTER_RETRIEVAL | |
'ellington.media.photoimporter.retrieval.FetchFS' | |
PREPEND_WWW | |
False | |
PROFANITIES_LIST | |
'********************' | |
QUEUE_BACKEND | |
'redisd' | |
QUEUE_REDIS_CONNECTION | |
'10.0.0.75:6379' | |
QUEUE_REDIS_DB | |
'columbian' | |
RECAPTCHA_ENABLE_COMMENTS | |
False | |
RECAPTCHA_ENABLE_REGISTRATION | |
False | |
RECAPTCHA_PRIVATE_KEY | |
None | |
RECAPTCHA_PUBLIC_API_KEY | |
None | |
REDIS_DB | |
'1' | |
REDIS_HOST | |
'localhost' | |
REDIS_PORT | |
6379 | |
REGISTRATION_REQUIRES_PROFILE | |
False | |
REVERSION_DB | |
'reversion' | |
REVERSION_USE_MULTI_DB | |
False | |
ROOT_URLCONF | |
'hosted.clients.default.cms_urls' | |
SEARCH_QUEUE_LENGTH | |
1 | |
SECRET_KEY | |
'********************' | |
SEND_BROKEN_LINK_EMAILS | |
False | |
SERVER_EMAIL | |
'[email protected]' | |
SESSION_COOKIE_AGE | |
1209600 | |
SESSION_COOKIE_DOMAIN | |
'.columbian.com' | |
SESSION_COOKIE_NAME | |
'ellington_sessionid' | |
SESSION_COOKIE_PATH | |
'/' | |
SESSION_COOKIE_SECURE | |
False | |
SESSION_ENGINE | |
'django.contrib.sessions.backends.db' | |
SESSION_EXPIRE_AT_BROWSER_CLOSE | |
False | |
SESSION_FILE_PATH | |
None | |
SESSION_SAVE_EVERY_REQUEST | |
False | |
SETTINGS_MODULE | |
'hosted.clients.columbian.standard' | |
SHORT_DATETIME_FORMAT | |
'm/d/Y P' | |
SHORT_DATE_FORMAT | |
'm/d/Y' | |
SITE_ID | |
1 | |
SKIP_NETWORK_TESTS | |
False | |
STAFF_EMAIL_LIST | |
[] | |
STATIC_MEDIA_URL | |
'http://columbian.media.clients.ellingtoncms.com/static/' | |
TABLET_SITE_SETTING | |
'tablet' | |
TEMPLATE_CONTEXT_PROCESSORS | |
('django.core.context_processors.auth', 'django.core.context_processors.debug', 'django.core.context_processors.i18n', 'django.core.context_processors.media', 'django.core.context_processors.request', 'django.contrib.messages.context_processors.messages', 'ellington.core.context_processors.site', 'ellington.core.context_processors.media_urls', 'ellington.core.context_processors.apikeys', 'ellington.core.context_processors.now', 'ellington.core.context_processors.primary_context_variable', 'ellington.core.context_processors.mobile_request') | |
TEMPLATE_DEBUG | |
False | |
TEMPLATE_DIRS | |
('/home/static/columbian.media.clients.ellingtoncms.com/templates/columbian/', '/home/static/columbian.media.clients.ellingtoncms.com/templates/common/', '/home/static/columbian.media.clients.ellingtoncms.com/templates/ellington_default/') | |
TEMPLATE_LOADERS | |
('django.template.loaders.filesystem.Loader', 'django.template.loaders.app_directories.Loader') | |
TEMPLATE_STRING_IF_INVALID | |
'' | |
TEST_DATABASE_CHARSET | |
None | |
TEST_DATABASE_COLLATION | |
None | |
TEST_DATABASE_NAME | |
None | |
TEST_RUNNER | |
'django.test.simple.DjangoTestSuiteRunner' | |
THOUSAND_SEPARATOR | |
',' | |
TIME_FORMAT | |
'P' | |
TIME_INPUT_FORMATS | |
('%H:%M:%S', '%H:%M') | |
TIME_ZONE | |
'America/Los_Angeles' | |
TRANSACTIONS_MANAGED | |
False | |
TWITTER_ACCESS_TOKEN_URL | |
'https://api.twitter.com/oauth/access_token' | |
TWITTER_AUTHORIZATION_URL | |
'https://api.twitter.com/oauth/authenticate' | |
TWITTER_CONSUMER_KEY | |
'VXrPgNiAQTsJMj9RogXNXw' | |
TWITTER_CONSUMER_SECRET_KEY | |
'********************' | |
TWITTER_REQUEST_TOKEN_URL | |
'https://api.twitter.com/oauth/request_token' | |
URL_VALIDATOR_USER_AGENT | |
'ellingtoncms.com' | |
USE_ETAGS | |
False | |
USE_I18N | |
True | |
USE_L10N | |
False | |
USE_THOUSAND_SEPARATOR | |
False | |
WEATHER_CACHE_TIMEOUT | |
60 | |
WEATHER_IGNORE_TYPES | |
('short-term-forecast',) | |
WEATHER_LOCAL_ZONES | |
('020087',) | |
WEATHER_METARS | |
(('kvuo', '98661'),) | |
WEBLOGS_ALLOW_HTML_ENTRIES | |
True | |
YEAR_MONTH_FORMAT | |
'F Y' | |
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