Advertisement
puwexil

Untitled

Dec 31st, 2012
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.47 KB | None | 0 0
  1.  
  2. TypeError at /
  3.  
  4. argument of type 'type' is not iterable
  5.  
  6. Request Method: GET
  7. Request URL: http://sda.sorrowind.net/tracker/
  8. Django Version: 1.4.3
  9. Exception Type: TypeError
  10. Exception Value:
  11.  
  12. argument of type 'type' is not iterable
  13.  
  14. Exception Location: /usr/local/lib/python2.7/dist-packages/django/template/context.py in get, line 71
  15. Python Executable: /usr/bin/python
  16. Python Version: 2.7.3
  17. Python Path:
  18.  
  19. ['/usr/local/lib/python2.7/dist-packages/pytz-2012h-py2.7.egg',
  20. '/usr/lib/python2.7',
  21. '/usr/lib/python2.7/plat-linux2',
  22. '/usr/lib/python2.7/lib-tk',
  23. '/usr/lib/python2.7/lib-old',
  24. '/usr/lib/python2.7/lib-dynload',
  25. '/usr/local/lib/python2.7/dist-packages',
  26. '/usr/lib/python2.7/dist-packages',
  27. '/home/tracker/donations',
  28. '/home/magneticleft/virtualenv/lib/python2.7/site-packages']
  29.  
  30. Server time: Mon, 31 Dec 2012 10:28:11 -0600
  31. Error during template rendering
  32.  
  33. In template /home/tracker/donations/tracker/templates/tracker/username.html, error at line 26
  34. argument of type 'type' is not iterable
  35. 16 <span class="error">{{ usernameform.username.errors|join:", " }}</span>
  36. 17 {% endif %}
  37. 18 {% if usernameform.next.errors %}
  38. 19 <span class="error">{{ usernameform.next.errors|join:", " }}</span>
  39. 20 {% endif %}
  40. 21 </p>
  41. 22 {% endif %}
  42. 23 <p><br /></p>
  43. 24 <div class="footer">
  44. 25 <form name="fopenid" action="{% url 'tracker.views.setusername' %}" method="post" width="20%">
  45. 26 {% csrf_token %}
  46. 27 <fieldset>
  47. 28 <label for="id_username">{% trans "Username" %}:</label>
  48. 29 {{ usernameform.username }}
  49. 30 <input name="bsignin" type="submit" value="{% trans 'Submit' %}" />
  50. 31 {% if next %}
  51. 32 <input type="hidden" name="next" value="{{ next }}" />
  52. 33 {% endif %}
  53. 34 </fieldset>
  54. 35 </form>
  55. 36 </div>
  56. Traceback Switch to copy-and-paste view
  57.  
  58. /usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py in get_response
  59.  
  60. response = callback(request, *callback_args, **callback_kwargs)
  61.  
  62. ...
  63. ▶ Local vars
  64. /home/tracker/donations/tracker/views.py in index
  65.  
  66. return tracker_response(request, 'tracker/index.html', { 'agg' : agg, 'count' : count, 'event': event })
  67.  
  68. ...
  69. ▶ Local vars
  70. /home/tracker/donations/tracker/views.py in tracker_response
  71.  
  72. return render(request, 'tracker/username.html', dictionary=dict)
  73.  
  74. ...
  75. ▶ Local vars
  76. /usr/local/lib/python2.7/dist-packages/django/shortcuts/__init__.py in render
  77.  
  78. return HttpResponse(loader.render_to_string(*args, **kwargs),
  79.  
  80. ...
  81. ▶ Local vars
  82. /usr/local/lib/python2.7/dist-packages/django/template/loader.py in render_to_string
  83.  
  84. return t.render(context_instance)
  85.  
  86. ...
  87. ▶ Local vars
  88. /usr/local/lib/python2.7/dist-packages/django/template/base.py in render
  89.  
  90. return self._render(context)
  91.  
  92. ...
  93. ▶ Local vars
  94. /usr/local/lib/python2.7/dist-packages/django/template/base.py in _render
  95.  
  96. return self.nodelist.render(context)
  97.  
  98. ...
  99. ▶ Local vars
  100. /usr/local/lib/python2.7/dist-packages/django/template/base.py in render
  101.  
  102. bit = self.render_node(node, context)
  103.  
  104. ...
  105. ▶ Local vars
  106. /usr/local/lib/python2.7/dist-packages/django/template/debug.py in render_node
  107.  
  108. return node.render(context)
  109.  
  110. ...
  111. ▶ Local vars
  112. /usr/local/lib/python2.7/dist-packages/django/template/loader_tags.py in render
  113.  
  114. return compiled_parent._render(context)
  115.  
  116. ...
  117. ▶ Local vars
  118. /usr/local/lib/python2.7/dist-packages/django/template/base.py in _render
  119.  
  120. return self.nodelist.render(context)
  121.  
  122. ...
  123. ▶ Local vars
  124. /usr/local/lib/python2.7/dist-packages/django/template/base.py in render
  125.  
  126. bit = self.render_node(node, context)
  127.  
  128. ...
  129. ▶ Local vars
  130. /usr/local/lib/python2.7/dist-packages/django/template/debug.py in render_node
  131.  
  132. return node.render(context)
  133.  
  134. ...
  135. ▶ Local vars
  136. /usr/local/lib/python2.7/dist-packages/django/template/loader_tags.py in render
  137.  
  138. return compiled_parent._render(context)
  139.  
  140. ...
  141. ▶ Local vars
  142. /usr/local/lib/python2.7/dist-packages/django/template/base.py in _render
  143.  
  144. return self.nodelist.render(context)
  145.  
  146. ...
  147. ▶ Local vars
  148. /usr/local/lib/python2.7/dist-packages/django/template/base.py in render
  149.  
  150. bit = self.render_node(node, context)
  151.  
  152. ...
  153. ▶ Local vars
  154. /usr/local/lib/python2.7/dist-packages/django/template/debug.py in render_node
  155.  
  156. return node.render(context)
  157.  
  158. ...
  159. ▶ Local vars
  160. /usr/local/lib/python2.7/dist-packages/django/template/loader_tags.py in render
  161.  
  162. result = block.nodelist.render(context)
  163.  
  164. ...
  165. ▶ Local vars
  166. /usr/local/lib/python2.7/dist-packages/django/template/base.py in render
  167.  
  168. bit = self.render_node(node, context)
  169.  
  170. ...
  171. ▶ Local vars
  172. /usr/local/lib/python2.7/dist-packages/django/template/debug.py in render_node
  173.  
  174. return node.render(context)
  175.  
  176. ...
  177. ▶ Local vars
  178. /usr/local/lib/python2.7/dist-packages/django/template/defaulttags.py in render
  179.  
  180. csrf_token = context.get('csrf_token', None)
  181.  
  182. ...
  183. ▶ Local vars
  184. /usr/local/lib/python2.7/dist-packages/django/template/context.py in get
  185.  
  186. if key in d:
  187.  
  188. ...
  189. ▶ Local vars
  190.  
  191. Request information
  192. GET
  193.  
  194. No GET data
  195. POST
  196.  
  197. No POST data
  198. FILES
  199.  
  200. No FILES data
  201. COOKIES
  202. Variable Value
  203. csrftoken
  204.  
  205. 'qyUjWLHLA5Z8WQnCRyoF3HGfDViMQ7rJ'
  206.  
  207. sessionid
  208.  
  209. '65f535fe3cafd0510cbe3efadbbf23a1'
  210.  
  211. META
  212. Variable Value
  213. mod_wsgi.listener_port
  214.  
  215. '80'
  216.  
  217. HTTP_COOKIE
  218.  
  219. 'csrftoken=qyUjWLHLA5Z8WQnCRyoF3HGfDViMQ7rJ; sessionid=65f535fe3cafd0510cbe3efadbbf23a1'
  220.  
  221. mod_wsgi.listener_host
  222.  
  223. ''
  224.  
  225. SERVER_SOFTWARE
  226.  
  227. 'Apache/2.2.22 (Ubuntu)'
  228.  
  229. SCRIPT_NAME
  230.  
  231. u'/tracker'
  232.  
  233. mod_wsgi.handler_script
  234.  
  235. ''
  236.  
  237. SERVER_SIGNATURE
  238.  
  239. '<address>Apache/2.2.22 (Ubuntu) Server at sda.sorrowind.net Port 80</address>\n'
  240.  
  241. REQUEST_METHOD
  242.  
  243. 'GET'
  244.  
  245. PATH_INFO
  246.  
  247. u'/'
  248.  
  249. SERVER_PROTOCOL
  250.  
  251. 'HTTP/1.1'
  252.  
  253. QUERY_STRING
  254.  
  255. ''
  256.  
  257. HTTP_USER_AGENT
  258.  
  259. 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0'
  260.  
  261. HTTP_CONNECTION
  262.  
  263. 'keep-alive'
  264.  
  265. HTTP_REFERER
  266.  
  267. 'http://forum.speeddemosarchive.com/post/marathon_donation_app__call_for_testers_48.html'
  268.  
  269. SERVER_NAME
  270.  
  271. 'sda.sorrowind.net'
  272.  
  273. REMOTE_ADDR
  274.  
  275. '173.27.217.2'
  276.  
  277. mod_wsgi.request_handler
  278.  
  279. 'wsgi-script'
  280.  
  281. wsgi.url_scheme
  282.  
  283. 'http'
  284.  
  285. mod_wsgi.callable_object
  286.  
  287. 'application'
  288.  
  289. SERVER_PORT
  290.  
  291. '80'
  292.  
  293. wsgi.multiprocess
  294.  
  295. True
  296.  
  297. mod_wsgi.input_chunked
  298.  
  299. '0'
  300.  
  301. SERVER_ADDR
  302.  
  303. '208.82.98.159'
  304.  
  305. DOCUMENT_ROOT
  306.  
  307. '/var/www'
  308.  
  309. mod_wsgi.process_group
  310.  
  311. 'sda.sorrowind.net'
  312.  
  313. SCRIPT_FILENAME
  314.  
  315. '/home/tracker/donations/wsgi.py'
  316.  
  317. SERVER_ADMIN
  318.  
  319. 'webmaster@localhost'
  320.  
  321. wsgi.input
  322.  
  323. <mod_wsgi.Input object at 0x7f60b53e1db0>
  324.  
  325. HTTP_HOST
  326.  
  327. 'sda.sorrowind.net'
  328.  
  329. wsgi.multithread
  330.  
  331. True
  332.  
  333. REQUEST_URI
  334.  
  335. '/tracker'
  336.  
  337. HTTP_ACCEPT
  338.  
  339. 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
  340.  
  341. wsgi.version
  342.  
  343. (1, 1)
  344.  
  345. GATEWAY_INTERFACE
  346.  
  347. 'CGI/1.1'
  348.  
  349. wsgi.run_once
  350.  
  351. False
  352.  
  353. wsgi.errors
  354.  
  355. <mod_wsgi.Log object at 0x7f60b53e1e70>
  356.  
  357. REMOTE_PORT
  358.  
  359. '52080'
  360.  
  361. HTTP_ACCEPT_LANGUAGE
  362.  
  363. 'en-US,en;q=0.5'
  364.  
  365. mod_wsgi.version
  366.  
  367. (3, 3)
  368.  
  369. mod_wsgi.application_group
  370.  
  371. 'sda.sorrowind.net|/tracker'
  372.  
  373. mod_wsgi.script_reloading
  374.  
  375. '1'
  376.  
  377. wsgi.file_wrapper
  378.  
  379. 'Invalid Variable: %s'
  380.  
  381. CSRF_COOKIE
  382.  
  383. 'qyUjWLHLA5Z8WQnCRyoF3HGfDViMQ7rJ'
  384.  
  385. HTTP_ACCEPT_ENCODING
  386.  
  387. 'gzip, deflate'
  388.  
  389. Settings
  390. Using settings module settings
  391. Setting Value
  392. USE_L10N
  393.  
  394. True
  395.  
  396. USE_THOUSAND_SEPARATOR
  397.  
  398. False
  399.  
  400. CSRF_COOKIE_SECURE
  401.  
  402. False
  403.  
  404. LANGUAGE_CODE
  405.  
  406. 'en-us'
  407.  
  408. ROOT_URLCONF
  409.  
  410. 'urls'
  411.  
  412. MANAGERS
  413.  
  414. ()
  415.  
  416. DEFAULT_CHARSET
  417.  
  418. 'utf-8'
  419.  
  420. STATIC_ROOT
  421.  
  422. '/var/www/static/'
  423.  
  424. MESSAGE_STORAGE
  425.  
  426. 'django.contrib.messages.storage.fallback.FallbackStorage'
  427.  
  428. EMAIL_SUBJECT_PREFIX
  429.  
  430. '[Django] '
  431.  
  432. SEND_BROKEN_LINK_EMAILS
  433.  
  434. False
  435.  
  436. URL_VALIDATOR_USER_AGENT
  437.  
  438. 'Django/1.4.3 (https://www.djangoproject.com)'
  439.  
  440. STATICFILES_FINDERS
  441.  
  442. ('django.contrib.staticfiles.finders.FileSystemFinder',
  443. 'django.contrib.staticfiles.finders.AppDirectoriesFinder')
  444.  
  445. GDOC_PASSWORD
  446.  
  447. u'********************'
  448.  
  449. SESSION_COOKIE_DOMAIN
  450.  
  451. None
  452.  
  453. SESSION_COOKIE_NAME
  454.  
  455. 'sessionid'
  456.  
  457. ADMIN_FOR
  458.  
  459. ()
  460.  
  461. TIME_INPUT_FORMATS
  462.  
  463. ('%H:%M:%S', '%H:%M')
  464.  
  465. DATABASES
  466.  
  467. {'default': {'ENGINE': 'django.db.backends.postgresql_psycopg2',
  468. 'HOST': 'localhost',
  469. 'NAME': 'donations',
  470. 'OPTIONS': {},
  471. 'PASSWORD': u'********************',
  472. 'PORT': '5432',
  473. 'TEST_CHARSET': None,
  474. 'TEST_COLLATION': None,
  475. 'TEST_MIRROR': None,
  476. 'TEST_NAME': None,
  477. 'TIME_ZONE': 'UTC',
  478. 'USER': 'sda'}}
  479.  
  480. FILE_UPLOAD_PERMISSIONS
  481.  
  482. None
  483.  
  484. FILE_UPLOAD_HANDLERS
  485.  
  486. ('django.core.files.uploadhandler.MemoryFileUploadHandler',
  487. 'django.core.files.uploadhandler.TemporaryFileUploadHandler')
  488.  
  489. DEFAULT_CONTENT_TYPE
  490.  
  491. 'text/html'
  492.  
  493. APPEND_SLASH
  494.  
  495. True
  496.  
  497. FIRST_DAY_OF_WEEK
  498.  
  499. 0
  500.  
  501. DATABASE_ROUTERS
  502.  
  503. []
  504.  
  505. YEAR_MONTH_FORMAT
  506.  
  507. 'F Y'
  508.  
  509. STATICFILES_STORAGE
  510.  
  511. 'django.contrib.staticfiles.storage.StaticFilesStorage'
  512.  
  513. CACHES
  514.  
  515. {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
  516. 'LOCATION': ''}}
  517.  
  518. SERVER_EMAIL
  519.  
  520. 'root@localhost'
  521.  
  522. SESSION_COOKIE_PATH
  523.  
  524. '/'
  525.  
  526. OPENID_STRICT_USERNAMES
  527.  
  528. False
  529.  
  530. USE_X_FORWARDED_HOST
  531.  
  532. False
  533.  
  534. MIDDLEWARE_CLASSES
  535.  
  536. ('django.middleware.common.CommonMiddleware',
  537. 'django.contrib.sessions.middleware.SessionMiddleware',
  538. 'django.middleware.csrf.CsrfViewMiddleware',
  539. 'django.contrib.auth.middleware.AuthenticationMiddleware',
  540. 'django.contrib.messages.middleware.MessageMiddleware')
  541.  
  542. USE_I18N
  543.  
  544. True
  545.  
  546. THOUSAND_SEPARATOR
  547.  
  548. ','
  549.  
  550. SECRET_KEY
  551.  
  552. u'********************'
  553.  
  554. LANGUAGE_COOKIE_NAME
  555.  
  556. 'django_language'
  557.  
  558. DEFAULT_INDEX_TABLESPACE
  559.  
  560. ''
  561.  
  562. TRANSACTIONS_MANAGED
  563.  
  564. False
  565.  
  566. LOGGING_CONFIG
  567.  
  568. 'django.utils.log.dictConfig'
  569.  
  570. TEMPLATE_LOADERS
  571.  
  572. ('django.template.loaders.filesystem.Loader',
  573. 'django.template.loaders.app_directories.Loader')
  574.  
  575. WSGI_APPLICATION
  576.  
  577. 'wsgi.application'
  578.  
  579. TEMPLATE_DEBUG
  580.  
  581. True
  582.  
  583. X_FRAME_OPTIONS
  584.  
  585. 'SAMEORIGIN'
  586.  
  587. AUTHENTICATION_BACKENDS
  588.  
  589. ('django_openid_auth.auth.OpenIDBackend',
  590. 'django.contrib.auth.backends.ModelBackend')
  591.  
  592. FORCE_SCRIPT_NAME
  593.  
  594. None
  595.  
  596. CACHE_BACKEND
  597.  
  598. 'locmem://'
  599.  
  600. SIGNING_BACKEND
  601.  
  602. 'django.core.signing.TimestampSigner'
  603.  
  604. SESSION_COOKIE_SECURE
  605.  
  606. False
  607.  
  608. CSRF_COOKIE_DOMAIN
  609.  
  610. None
  611.  
  612. FILE_CHARSET
  613.  
  614. 'utf-8'
  615.  
  616. DEBUG
  617.  
  618. True
  619.  
  620. SESSION_FILE_PATH
  621.  
  622. None
  623.  
  624. DEFAULT_FILE_STORAGE
  625.  
  626. 'django.core.files.storage.FileSystemStorage'
  627.  
  628. INSTALLED_APPS
  629.  
  630. ('django.contrib.auth',
  631. 'django.contrib.contenttypes',
  632. 'django.contrib.sessions',
  633. 'django.contrib.sites',
  634. 'django.contrib.messages',
  635. 'django.contrib.staticfiles',
  636. 'tracker',
  637. 'django_openid_auth',
  638. 'django.contrib.admin')
  639.  
  640. LANGUAGES
  641.  
  642. (('de', 'German'),
  643. ('en', 'English'),
  644. ('ja', 'Japanese'),
  645. ('nl', 'Dutch'),
  646. ('pl', 'Polish'))
  647.  
  648. COMMENTS_ALLOW_PROFANITIES
  649.  
  650. False
  651.  
  652. STATICFILES_DIRS
  653.  
  654. ()
  655.  
  656. PREPEND_WWW
  657.  
  658. False
  659.  
  660. SECURE_PROXY_SSL_HEADER
  661.  
  662. None
  663.  
  664. AUTH_PROFILE_MODULE
  665.  
  666. 'tracker.UserProfile'
  667.  
  668. SESSION_COOKIE_HTTPONLY
  669.  
  670. True
  671.  
  672. DEBUG_PROPAGATE_EXCEPTIONS
  673.  
  674. False
  675.  
  676. OPENID_UPDATE_DETAILS_FROM_SREG
  677.  
  678. True
  679.  
  680. OPENID_SSO_SERVER_URL
  681.  
  682. 'https://www.google.com/accounts/o8/id'
  683.  
  684. MONTH_DAY_FORMAT
  685.  
  686. 'F j'
  687.  
  688. LOGIN_URL
  689.  
  690. '/openid/login/'
  691.  
  692. SESSION_EXPIRE_AT_BROWSER_CLOSE
  693.  
  694. False
  695.  
  696. TIME_FORMAT
  697.  
  698. 'P'
  699.  
  700. DATE_INPUT_FORMATS
  701.  
  702. ('%Y-%m-%d',
  703. '%m/%d/%Y',
  704. '%m/%d/%y',
  705. '%b %d %Y',
  706. '%b %d, %Y',
  707. '%d %b %Y',
  708. '%d %b, %Y',
  709. '%B %d %Y',
  710. '%B %d, %Y',
  711. '%d %B %Y',
  712. '%d %B, %Y')
  713.  
  714. CSRF_COOKIE_NAME
  715.  
  716. 'csrftoken'
  717.  
  718. EMAIL_HOST_PASSWORD
  719.  
  720. u'********************'
  721.  
  722. PASSWORD_RESET_TIMEOUT_DAYS
  723.  
  724. u'********************'
  725.  
  726. CACHE_MIDDLEWARE_ALIAS
  727.  
  728. 'default'
  729.  
  730. SESSION_SAVE_EVERY_REQUEST
  731.  
  732. False
  733.  
  734. NUMBER_GROUPING
  735.  
  736. 0
  737.  
  738. SESSION_ENGINE
  739.  
  740. 'django.contrib.sessions.backends.db'
  741.  
  742. CSRF_FAILURE_VIEW
  743.  
  744. 'django.views.csrf.csrf_failure'
  745.  
  746. CSRF_COOKIE_PATH
  747.  
  748. '/'
  749.  
  750. LOGIN_REDIRECT_URL
  751.  
  752. '/tracker/'
  753.  
  754. LOGGING
  755.  
  756. {'disable_existing_loggers': False,
  757. 'filters': {'require_debug_false': {'()': 'django.utils.log.RequireDebugFalse'}},
  758. 'handlers': {'mail_admins': {'class': 'django.utils.log.AdminEmailHandler',
  759. 'filters': ['require_debug_false'],
  760. 'level': 'ERROR'}},
  761. 'loggers': {'django.request': {'handlers': ['mail_admins'],
  762. 'level': 'ERROR',
  763. 'propagate': True}},
  764. 'version': 1}
  765.  
  766. IGNORABLE_404_URLS
  767.  
  768. ()
  769.  
  770. LOCALE_PATHS
  771.  
  772. ()
  773.  
  774. TEMPLATE_STRING_IF_INVALID
  775.  
  776. 'Invalid Variable: %s'
  777.  
  778. LOGOUT_URL
  779.  
  780. '/accounts/logout/'
  781.  
  782. EMAIL_USE_TLS
  783.  
  784. False
  785.  
  786. FIXTURE_DIRS
  787.  
  788. ()
  789.  
  790. EMAIL_HOST
  791.  
  792. 'localhost'
  793.  
  794. DATE_FORMAT
  795.  
  796. 'N j, Y'
  797.  
  798. GDOC_USERNAME
  799.  
  800.  
  801. MEDIA_ROOT
  802.  
  803. ''
  804.  
  805. DEFAULT_EXCEPTION_REPORTER_FILTER
  806.  
  807. 'django.views.debug.SafeExceptionReporterFilter'
  808.  
  809. ADMINS
  810.  
  811. ()
  812.  
  813. FORMAT_MODULE_PATH
  814.  
  815. None
  816.  
  817. DEFAULT_FROM_EMAIL
  818.  
  819. 'webmaster@localhost'
  820.  
  821. MEDIA_URL
  822.  
  823. ''
  824.  
  825. DATETIME_FORMAT
  826.  
  827. 'N j, Y, P'
  828.  
  829. TEMPLATE_DIRS
  830.  
  831. ()
  832.  
  833. CHIPIN_LOGIN
  834.  
  835.  
  836. SITE_ID
  837.  
  838. 1
  839.  
  840. DISALLOWED_USER_AGENTS
  841.  
  842. ()
  843.  
  844. ALLOWED_INCLUDE_ROOTS
  845.  
  846. ()
  847.  
  848. DECIMAL_SEPARATOR
  849.  
  850. '.'
  851.  
  852. SHORT_DATE_FORMAT
  853.  
  854. 'm/d/Y'
  855.  
  856. TEST_RUNNER
  857.  
  858. 'django.test.simple.DjangoTestSuiteRunner'
  859.  
  860. CACHE_MIDDLEWARE_KEY_PREFIX
  861.  
  862. u'********************'
  863.  
  864. OPENID_CREATE_USERS
  865.  
  866. True
  867.  
  868. TIME_ZONE
  869.  
  870. 'America/Chicago'
  871.  
  872. FILE_UPLOAD_MAX_MEMORY_SIZE
  873.  
  874. 2621440
  875.  
  876. EMAIL_BACKEND
  877.  
  878. 'django.core.mail.backends.smtp.EmailBackend'
  879.  
  880. DEFAULT_TABLESPACE
  881.  
  882. ''
  883.  
  884. TEMPLATE_CONTEXT_PROCESSORS
  885.  
  886. ('django.contrib.auth.context_processors.auth',
  887. 'django.core.context_processors.debug',
  888. 'django.core.context_processors.i18n',
  889. 'django.core.context_processors.media',
  890. 'django.core.context_processors.static',
  891. 'django.core.context_processors.request',
  892. 'django.contrib.messages.context_processors.messages')
  893.  
  894. SESSION_COOKIE_AGE
  895.  
  896. 1209600
  897.  
  898. SETTINGS_MODULE
  899.  
  900. 'settings'
  901.  
  902. USE_ETAGS
  903.  
  904. False
  905.  
  906. LANGUAGES_BIDI
  907.  
  908. ('he', 'ar', 'fa')
  909.  
  910. FILE_UPLOAD_TEMP_DIR
  911.  
  912. None
  913.  
  914. INTERNAL_IPS
  915.  
  916. ()
  917.  
  918. STATIC_URL
  919.  
  920. '/static/'
  921.  
  922. EMAIL_PORT
  923.  
  924. 25
  925.  
  926. USE_TZ
  927.  
  928. True
  929.  
  930. SHORT_DATETIME_FORMAT
  931.  
  932. 'm/d/Y P'
  933.  
  934. CHIPIN_PASSWORD
  935.  
  936. u'********************'
  937.  
  938. PASSWORD_HASHERS
  939.  
  940. u'********************'
  941.  
  942. ABSOLUTE_URL_OVERRIDES
  943.  
  944. {}
  945.  
  946. CACHE_MIDDLEWARE_SECONDS
  947.  
  948. 600
  949.  
  950. DATETIME_INPUT_FORMATS
  951.  
  952. ('%Y-%m-%d %H:%M:%S',
  953. '%Y-%m-%d %H:%M:%S.%f',
  954. '%Y-%m-%d %H:%M',
  955. '%Y-%m-%d',
  956. '%m/%d/%Y %H:%M:%S',
  957. '%m/%d/%Y %H:%M:%S.%f',
  958. '%m/%d/%Y %H:%M',
  959. '%m/%d/%Y',
  960. '%m/%d/%y %H:%M:%S',
  961. '%m/%d/%y %H:%M:%S.%f',
  962. '%m/%d/%y %H:%M',
  963. '%m/%d/%y')
  964.  
  965. EMAIL_HOST_USER
  966.  
  967. ''
  968.  
  969. PROFANITIES_LIST
  970.  
  971. u'********************'
  972.  
  973. 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.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement