Advertisement
Guest User

Untitled

a guest
Sep 25th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.97 KB | None | 0 0
  1. NoReverseMatch at /main/user/2/
  2. Reverse for 'auth_group_add' with arguments '()' and keyword arguments '{}' not found.
  3. Request Method: GET
  4. Request URL: http://nocproject.tsua.net/main/user/2/
  5. Django Version: 1.4.1
  6. Exception Type: NoReverseMatch
  7. Exception Value:
  8. Reverse for 'auth_group_add' with arguments '()' and keyword arguments '{}' not found.
  9. Exception Location: /opt/noc/contrib/lib/django/core/urlresolvers.py in _reverse_with_prefix, line 396
  10. Python Executable: /usr/bin/python
  11. Python Version: 2.7.3
  12. Python Path:
  13. ['/opt/noc',
  14. '/opt',
  15. '/opt/noc/contrib/lib/South-0.7.3-py2.7.egg',
  16. '/opt/noc/contrib/lib/coverage-3.5.1-py2.7-linux-x86_64.egg',
  17. '/opt/noc/contrib/lib/protobuf-2.4.1-py2.7.egg',
  18. '/opt/noc/contrib/lib/pyasn1-0.1.2-py2.7.egg',
  19. '/opt/noc/contrib/lib/pysnmp-4.2.1-py2.7.egg',
  20. '/opt/noc/contrib/lib/python_creole-0.2.4-py2.7.egg',
  21. '/opt/noc/contrib/lib/Pygments-1.2.2-py2.7.egg',
  22. '/opt/noc/contrib/lib/Jinja2-2.2.1-py2.7.egg',
  23. '/opt/noc/contrib/lib/Sphinx-1.0.7-py2.7.egg',
  24. '/opt/noc/contrib/lib/mongoengine-0.6.20-py2.7.egg',
  25. '/opt/noc/contrib/lib/tornado-2.2-py2.7.egg',
  26. '/opt/noc/contrib/lib',
  27. '/opt/noc/scripts',
  28. '/usr/local/python-2.7.3/lib/python2.7/site-packages/setuptools-0.6c9-py2.7.egg',
  29. '/usr/local/python-2.7.3/lib/python2.7/site-packages/psycopg2-2.4.5-py2.7-linux-x86_64.egg',
  30. '/usr/local/python-2.7.3/lib/python2.7/site-packages/pycrypto-2.6-py2.7-linux-x86_64.egg',
  31. '/usr/local/python-2.7.3/lib/python2.7/site-packages/python_cjson-1.0.5-py2.7-linux-x86_64.egg',
  32. '/opt/noc/contrib/lib/setuptools-0.6c11-py2.7.egg',
  33. '/usr/local/python-2.7.3/lib/python2.7/site-packages/gmpy-1.15-py2.7-linux-x86_64.egg',
  34. '/usr/local/python-2.7.3/lib/python2.7/site-packages/netifaces-0.8-py2.7-linux-x86_64.egg',
  35. '/usr/local/python-2.7.3/lib/python2.7/site-packages/docutils-0.9.1-py2.7.egg',
  36. '/usr/local/python-2.7.3/lib/python2.7/site-packages/pymongo-2.3-py2.7-linux-x86_64.egg',
  37. '/usr/local/python-2.7.3/lib/python27.zip',
  38. '/usr/local/python-2.7.3/lib/python2.7',
  39. '/usr/local/python-2.7.3/lib/python2.7/plat-linux2',
  40. '/usr/local/python-2.7.3/lib/python2.7/lib-tk',
  41. '/usr/local/python-2.7.3/lib/python2.7/lib-old',
  42. '/usr/local/python-2.7.3/lib/python2.7/lib-dynload',
  43. '/usr/local/python-2.7.3/lib/python2.7/site-packages']
  44. Server time: Втр, 25 Сен 2012 11:51:37 +0300
  45. Error during template rendering
  46.  
  47. In template /opt/noc/contrib/lib/django/contrib/admin/templates/admin/includes/fieldset.html, error at line 19
  48. Reverse for 'auth_group_add' with arguments '()' and keyword arguments '{}' not found.
  49. 9 {% for field in line %}
  50. 10 <div{% if not line.fields|length_is:'1' %} class="field-box{% if field.field.name %} field-{{ field.field.name }}{% endif %}{% if not field.is_readonly and field.errors %} errors{% endif %}"{% endif %}>
  51. 11 {% if not line.fields|length_is:'1' and not field.is_readonly %}{{ field.errors }}{% endif %}
  52. 12 {% if field.is_checkbox %}
  53. 13 {{ field.field }}{{ field.label_tag }}
  54. 14 {% else %}
  55. 15 {{ field.label_tag }}
  56. 16 {% if field.is_readonly %}
  57. 17 <p>{{ field.contents }}</p>
  58. 18 {% else %}
  59. 19 {{ field.field }}
  60. 20 {% endif %}
  61. 21 {% endif %}
  62. 22 {% if field.field.help_text %}
  63. 23 <p class="help">{{ field.field.help_text|safe }}</p>
  64. 24 {% endif %}
  65. 25 </div>
  66. 26 {% endfor %}
  67. 27 </div>
  68. 28 {% endfor %}
  69. 29 </fieldset>
  70. Traceback Switch to copy-and-paste view
  71.  
  72. /opt/noc/contrib/lib/django/core/handlers/base.py in get_response
  73. response = response.render() ...
  74. ▶ Local vars
  75. /opt/noc/contrib/lib/django/template/response.py in render
  76. self._set_content(self.rendered_content) ...
  77. ▶ Local vars
  78. /opt/noc/contrib/lib/django/template/response.py in rendered_content
  79. content = template.render(context) ...
  80. ▶ Local vars
  81. /opt/noc/contrib/lib/django/template/base.py in render
  82. return self._render(context) ...
  83. ▶ Local vars
  84. /opt/noc/contrib/lib/django/template/base.py in _render
  85. return self.nodelist.render(context) ...
  86. ▶ Local vars
  87. /opt/noc/contrib/lib/django/template/base.py in render
  88. bit = self.render_node(node, context) ...
  89. ▶ Local vars
  90. /opt/noc/contrib/lib/django/template/debug.py in render_node
  91. return node.render(context) ...
  92. ▶ Local vars
  93. /opt/noc/contrib/lib/django/template/loader_tags.py in render
  94. return compiled_parent._render(context) ...
  95. ▶ Local vars
  96. /opt/noc/contrib/lib/django/template/base.py in _render
  97. return self.nodelist.render(context) ...
  98. ▶ Local vars
  99. /opt/noc/contrib/lib/django/template/base.py in render
  100. bit = self.render_node(node, context) ...
  101. ▶ Local vars
  102. /opt/noc/contrib/lib/django/template/debug.py in render_node
  103. return node.render(context) ...
  104. ▶ Local vars
  105. /opt/noc/contrib/lib/django/template/loader_tags.py in render
  106. return compiled_parent._render(context) ...
  107. ▶ Local vars
  108. /opt/noc/contrib/lib/django/template/base.py in _render
  109. return self.nodelist.render(context) ...
  110. ▶ Local vars
  111. /opt/noc/contrib/lib/django/template/base.py in render
  112. bit = self.render_node(node, context) ...
  113. ▶ Local vars
  114. /opt/noc/contrib/lib/django/template/debug.py in render_node
  115. return node.render(context) ...
  116. ▶ Local vars
  117. /opt/noc/contrib/lib/django/template/loader_tags.py in render
  118. result = block.nodelist.render(context) ...
  119. ▶ Local vars
  120. /opt/noc/contrib/lib/django/template/base.py in render
  121. bit = self.render_node(node, context) ...
  122. ▶ Local vars
  123. /opt/noc/contrib/lib/django/template/debug.py in render_node
  124. return node.render(context) ...
  125. ▶ Local vars
  126. /opt/noc/contrib/lib/django/template/loader_tags.py in render
  127. result = block.nodelist.render(context) ...
  128. ▶ Local vars
  129. /opt/noc/contrib/lib/django/template/base.py in render
  130. bit = self.render_node(node, context) ...
  131. ▶ Local vars
  132. /opt/noc/contrib/lib/django/template/debug.py in render_node
  133. return node.render(context) ...
  134. ▶ Local vars
  135. /opt/noc/contrib/lib/django/template/defaulttags.py in render
  136. nodelist.append(node.render(context)) ...
  137. ▶ Local vars
  138. /opt/noc/contrib/lib/django/template/loader_tags.py in render
  139. return self.render_template(self.template, context) ...
  140. ▶ Local vars
  141. /opt/noc/contrib/lib/django/template/loader_tags.py in render_template
  142. output = template.render(context) ...
  143. ▶ Local vars
  144. /opt/noc/contrib/lib/django/template/base.py in render
  145. return self._render(context) ...
  146. ▶ Local vars
  147. /opt/noc/contrib/lib/django/template/base.py in _render
  148. return self.nodelist.render(context) ...
  149. ▶ Local vars
  150. /opt/noc/contrib/lib/django/template/base.py in render
  151. bit = self.render_node(node, context) ...
  152. ▶ Local vars
  153. /opt/noc/contrib/lib/django/template/debug.py in render_node
  154. return node.render(context) ...
  155. ▶ Local vars
  156. /opt/noc/contrib/lib/django/template/defaulttags.py in render
  157. nodelist.append(node.render(context)) ...
  158. ▶ Local vars
  159. /opt/noc/contrib/lib/django/template/defaulttags.py in render
  160. nodelist.append(node.render(context)) ...
  161. ▶ Local vars
  162. /opt/noc/contrib/lib/django/template/defaulttags.py in render
  163. return nodelist.render(context) ...
  164. ▶ Local vars
  165. /opt/noc/contrib/lib/django/template/base.py in render
  166. bit = self.render_node(node, context) ...
  167. ▶ Local vars
  168. /opt/noc/contrib/lib/django/template/debug.py in render_node
  169. return node.render(context) ...
  170. ▶ Local vars
  171. /opt/noc/contrib/lib/django/template/defaulttags.py in render
  172. return nodelist.render(context) ...
  173. ▶ Local vars
  174. /opt/noc/contrib/lib/django/template/base.py in render
  175. bit = self.render_node(node, context) ...
  176. ▶ Local vars
  177. /opt/noc/contrib/lib/django/template/debug.py in render_node
  178. return node.render(context) ...
  179. ▶ Local vars
  180. /opt/noc/contrib/lib/django/template/debug.py in render
  181. output = force_unicode(output) ...
  182. ▶ Local vars
  183. /opt/noc/contrib/lib/django/utils/encoding.py in force_unicode
  184. s = unicode(s) ...
  185. ▶ Local vars
  186. /opt/noc/contrib/lib/django/forms/forms.py in __unicode__
  187. return self.as_widget() ...
  188. ▶ Local vars
  189. /opt/noc/contrib/lib/django/forms/forms.py in as_widget
  190. return widget.render(name, self.value(), attrs=attrs) ...
  191. ▶ Local vars
  192. /opt/noc/contrib/lib/django/contrib/admin/widgets.py in render
  193. related_url = reverse('admin:%s_%s_add' % info, current_app=self.admin_site.name) ...
  194. ▶ Local vars
  195. /opt/noc/contrib/lib/django/core/urlresolvers.py in reverse
  196. return iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, **kwargs)) ...
  197. ▶ Local vars
  198. /opt/noc/contrib/lib/django/core/urlresolvers.py in _reverse_with_prefix
  199. "arguments '%s' not found." % (lookup_view_s, args, kwargs)) ...
  200. ▶ Local vars
  201. Request information
  202.  
  203. GET
  204. No GET data
  205. POST
  206. No POST data
  207. FILES
  208. No FILES data
  209. COOKIES
  210. Variable Value
  211. csrftoken
  212. 'ee6dc74f3589c341446639d0d332b23f'
  213. sessionid
  214. 'ee89af4c3829009637271d01b951c311'
  215. META
  216. Variable Value
  217. HTTP_REFERER
  218. 'http://nocproject.tsua.net/main/user/'
  219. wsgi.multithread
  220. False
  221. SCRIPT_NAME
  222. u''
  223. wsgi.input
  224. <_io.BytesIO object at 0x4214e30>
  225. REQUEST_METHOD
  226. 'GET'
  227. HTTP_HOST
  228. 'nocproject.tsua.net'
  229. PATH_INFO
  230. u'/main/user/2/'
  231. SERVER_PROTOCOL
  232. 'HTTP/1.0'
  233. QUERY_STRING
  234. ''
  235. HTTP_CONNECTION
  236. 'close'
  237. HTTP_X_REAL_IP
  238. '212.40.49.30'
  239. HTTP_ACCEPT
  240. 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
  241. HTTP_ACCEPT_CHARSET
  242. 'windows-1251,utf-8;q=0.7,*;q=0.3'
  243. HTTP_USER_AGENT
  244. 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1'
  245. wsgi.version
  246. (1, 0)
  247. HTTP_COOKIE
  248. 'sessionid=ee89af4c3829009637271d01b951c311; csrftoken=ee6dc74f3589c341446639d0d332b23f'
  249. SERVER_NAME
  250. 'nocproject.tsua.net'
  251. REMOTE_ADDR
  252. '127.0.0.1'
  253. wsgi.run_once
  254. False
  255. wsgi.errors
  256. <open file '/dev/null', mode 'a+' at 0x1d60030>
  257. wsgi.multiprocess
  258. True
  259. HTTP_ACCEPT_LANGUAGE
  260. 'ru-RU,ru;q=0.8,en-US;q=0.6,en;q=0.4'
  261. CSRF_COOKIE_USED
  262. True
  263. wsgi.url_scheme
  264. 'http'
  265. HTTP_X_FORWARDED_FOR
  266. '212.40.49.30'
  267. SERVER_PORT
  268. '80'
  269. CSRF_COOKIE
  270. 'ee6dc74f3589c341446639d0d332b23f'
  271. HTTP_ACCEPT_ENCODING
  272. 'gzip,deflate,sdch'
  273. Settings
  274. Using settings module noc.settings
  275. Setting Value
  276. FORCE_LOWERCASE_TAGS
  277. False
  278. USE_L10N
  279. False
  280. USE_THOUSAND_SEPARATOR
  281. False
  282. CSRF_COOKIE_SECURE
  283. False
  284. LANGUAGE_CODE
  285. 'en-us'
  286. ROOT_URLCONF
  287. 'noc.urls'
  288. LOGIN_URL
  289. '/main/auth/login/'
  290. DEFAULT_CHARSET
  291. 'utf-8'
  292. STATIC_ROOT
  293. ''
  294. TIME_INPUT_FORMATS
  295. ('%H:%M:%S', '%H:%M')
  296. NOSQL_DATABASE_USER
  297. 'noc'
  298. NOSQL_DATABASE_TEST_NAME
  299. 'noc_test'
  300. MESSAGE_STORAGE
  301. 'django.contrib.messages.storage.session.SessionStorage'
  302. EMAIL_SUBJECT_PREFIX
  303. '[Django] '
  304. SEND_BROKEN_LINK_EMAILS
  305. False
  306. URL_VALIDATOR_USER_AGENT
  307. 'Django/1.4.1 (https://www.djangoproject.com)'
  308. STATICFILES_FINDERS
  309. ('django.contrib.staticfiles.finders.FileSystemFinder',
  310. 'django.contrib.staticfiles.finders.AppDirectoriesFinder')
  311. SESSION_COOKIE_DOMAIN
  312. None
  313. SESSION_COOKIE_NAME
  314. 'sessionid'
  315. ADMIN_FOR
  316. ()
  317. NOSQL_DATABASE_HOST
  318. ''
  319. DATABASES
  320. {'default': {'ENGINE': 'django.db.backends.postgresql_psycopg2',
  321. 'HOST': '',
  322. 'NAME': 'noc',
  323. 'OPTIONS': {},
  324. 'PASSWORD': u'********************',
  325. 'PORT': '',
  326. 'TEST_CHARSET': None,
  327. 'TEST_COLLATION': None,
  328. 'TEST_MIRROR': None,
  329. 'TEST_NAME': 'test_noc',
  330. 'TIME_ZONE': 'Europe/Kiev',
  331. 'USER': 'noc'}}
  332. FILE_UPLOAD_PERMISSIONS
  333. None
  334. FILE_UPLOAD_HANDLERS
  335. ('django.core.files.uploadhandler.MemoryFileUploadHandler',
  336. 'django.core.files.uploadhandler.TemporaryFileUploadHandler')
  337. DEFAULT_CONTENT_TYPE
  338. 'text/html'
  339. APPEND_SLASH
  340. True
  341. FIRST_DAY_OF_WEEK
  342. 0
  343. DATABASE_ROUTERS
  344. []
  345. YEAR_MONTH_FORMAT
  346. 'F Y'
  347. STATICFILES_STORAGE
  348. 'django.contrib.staticfiles.storage.StaticFilesStorage'
  349. CACHES
  350. {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
  351. 'LOCATION': ''}}
  352. SERVER_EMAIL
  353. 'root@localhost'
  354. SESSION_COOKIE_PATH
  355. '/'
  356. CACHE_BACKEND
  357. 'locmem:///'
  358. CRASHINFO_LIMIT
  359. 1000000
  360. MIDDLEWARE_CLASSES
  361. ['django.middleware.common.CommonMiddleware',
  362. 'django.contrib.sessions.middleware.SessionMiddleware',
  363. 'django.middleware.locale.LocaleMiddleware',
  364. 'django.contrib.messages.middleware.MessageMiddleware',
  365. 'django.contrib.auth.middleware.AuthenticationMiddleware',
  366. 'noc.lib.middleware.HTTPBasicAuthMiddleware',
  367. 'django.middleware.doc.XViewMiddleware',
  368. 'django.middleware.transaction.TransactionMiddleware',
  369. 'noc.lib.middleware.TLSMiddleware']
  370. USE_I18N
  371. True
  372. THOUSAND_SEPARATOR
  373. ','
  374. SECRET_KEY
  375. u'********************'
  376. LANGUAGE_COOKIE_NAME
  377. 'django_language'
  378. FILE_UPLOAD_TEMP_DIR
  379. None
  380. TRANSACTIONS_MANAGED
  381. False
  382. LOGGING_CONFIG
  383. 'django.utils.log.dictConfig'
  384. TEMPLATE_LOADERS
  385. ['django.template.loaders.filesystem.Loader',
  386. 'django.template.loaders.app_directories.Loader']
  387. NOSQL_DATABASE_PASSWORD
  388. u'********************'
  389. WSGI_APPLICATION
  390. None
  391. TEMPLATE_DEBUG
  392. 'false'
  393. X_FRAME_OPTIONS
  394. 'SAMEORIGIN'
  395. AUTHENTICATION_BACKENDS
  396. ('django.contrib.auth.backends.ModelBackend',)
  397. FORCE_SCRIPT_NAME
  398. ''
  399. NOSQL_DATABASE_NAME
  400. 'noc'
  401. SIGNING_BACKEND
  402. 'django.core.signing.TimestampSigner'
  403. USE_X_FORWARDED_HOST
  404. False
  405. SESSION_COOKIE_SECURE
  406. False
  407. CSRF_COOKIE_DOMAIN
  408. None
  409. FILE_CHARSET
  410. 'utf-8'
  411. DEBUG
  412. 'false'
  413. SESSION_FILE_PATH
  414. None
  415. DEFAULT_FILE_STORAGE
  416. 'django.core.files.storage.FileSystemStorage'
  417. INSTALLED_APPS
  418. ['django.contrib.auth',
  419. 'django.contrib.contenttypes',
  420. 'django.contrib.sessions',
  421. 'django.contrib.sites',
  422. 'django.contrib.admin',
  423. 'django.contrib.messages',
  424. 'tagging',
  425. 'south',
  426. 'noc.main',
  427. 'noc.gis',
  428. 'noc.inv',
  429. 'noc.sa',
  430. 'noc.fm',
  431. 'noc.pm',
  432. 'noc.cm',
  433. 'noc.ip',
  434. 'noc.vc',
  435. 'noc.dns',
  436. 'noc.peer',
  437. 'noc.kb']
  438. LANGUAGES_BIDI
  439. ('he', 'ar', 'fa')
  440. DATABASE_ENGINE
  441. 'postgresql_psycopg2'
  442. STATICFILES_DIRS
  443. ()
  444. PREPEND_WWW
  445. False
  446. SECURE_PROXY_SSL_HEADER
  447. None
  448. AUTH_PROFILE_MODULE
  449. 'main.UserProfile'
  450. SESSION_COOKIE_HTTPONLY
  451. True
  452. DEBUG_PROPAGATE_EXCEPTIONS
  453. False
  454. NOSQL_DATABASE_PORT
  455. ''
  456. MONTH_DAY_FORMAT
  457. 'F j'
  458. MANAGERS
  459. [('mvasilenko', 'mvasilenko@comstar.ua')]
  460. SESSION_EXPIRE_AT_BROWSER_CLOSE
  461. False
  462. SOUTH_TESTS_MIGRATE
  463. True
  464. TIME_FORMAT
  465. 'H:i:s'
  466. SKIP_SOUTH_TESTS
  467. True
  468. DATE_INPUT_FORMATS
  469. ('%Y-%m-%d',
  470. '%m/%d/%Y',
  471. '%m/%d/%y',
  472. '%b %d %Y',
  473. '%b %d, %Y',
  474. '%d %b %Y',
  475. '%d %b, %Y',
  476. '%B %d %Y',
  477. '%B %d, %Y',
  478. '%d %B %Y',
  479. '%d %B, %Y')
  480. CSRF_COOKIE_NAME
  481. 'csrftoken'
  482. EMAIL_HOST_PASSWORD
  483. u'********************'
  484. PASSWORD_RESET_TIMEOUT_DAYS
  485. u'********************'
  486. CACHE_MIDDLEWARE_ALIAS
  487. 'default'
  488. SESSION_SAVE_EVERY_REQUEST
  489. False
  490. ADMIN_MEDIA_PREFIX
  491. '/media/'
  492. NUMBER_GROUPING
  493. 0
  494. SESSION_ENGINE
  495. 'mongoengine.django.sessions'
  496. CSRF_FAILURE_VIEW
  497. 'django.views.csrf.csrf_failure'
  498. CSRF_COOKIE_PATH
  499. '/'
  500. LOGIN_REDIRECT_URL
  501. '/accounts/profile/'
  502. LOGGING
  503. {'disable_existing_loggers': False,
  504. 'filters': {'require_debug_false': {'()': 'django.utils.log.RequireDebugFalse'}},
  505. 'handlers': {'mail_admins': {'class': 'django.utils.log.AdminEmailHandler',
  506. 'filters': ['require_debug_false'],
  507. 'level': 'ERROR'}},
  508. 'loggers': {'django.request': {'handlers': ['mail_admins'],
  509. 'level': 'ERROR',
  510. 'propagate': True}},
  511. 'version': 1}
  512. IGNORABLE_404_URLS
  513. ()
  514. LOCALE_PATHS
  515. ()
  516. TEMPLATE_STRING_IF_INVALID
  517. ''
  518. IS_TEST
  519. False
  520. COMMENTS_ALLOW_PROFANITIES
  521. False
  522. LOGOUT_URL
  523. '/accounts/logout/'
  524. EMAIL_USE_TLS
  525. False
  526. FIXTURE_DIRS
  527. ()
  528. EMAIL_HOST
  529. 'localhost'
  530. DATE_FORMAT
  531. 'd.m.Y'
  532. MEDIA_ROOT
  533. ''
  534. DEFAULT_EXCEPTION_REPORTER_FILTER
  535. 'django.views.debug.SafeExceptionReporterFilter'
  536. ADMINS
  537. [('mvasilenko', 'mvasilenko@comstar.ua')]
  538. FORMAT_MODULE_PATH
  539. None
  540. DEFAULT_FROM_EMAIL
  541. 'webmaster@localhost'
  542. MEDIA_URL
  543. ''
  544. DATETIME_FORMAT
  545. 'd.m.Y H:i:s'
  546. TEMPLATE_DIRS
  547. ('local', '.', 'templates')
  548. SITE_ID
  549. 1
  550. DISALLOWED_USER_AGENTS
  551. ()
  552. ALLOWED_INCLUDE_ROOTS
  553. ()
  554. TEST_FIXED_BEEF_BASE
  555. None
  556. DECIMAL_SEPARATOR
  557. '.'
  558. SHORT_DATE_FORMAT
  559. 'm/d/Y'
  560. TEST_RUNNER
  561. 'django.test.simple.DjangoTestSuiteRunner'
  562. CACHE_MIDDLEWARE_KEY_PREFIX
  563. u'********************'
  564. TIME_ZONE
  565. 'Europe/Kiev'
  566. FILE_UPLOAD_MAX_MEMORY_SIZE
  567. 2621440
  568. DATABASE_SUPPORTS_TRANSACTIONS
  569. True
  570. EMAIL_BACKEND
  571. 'django.core.mail.backends.smtp.EmailBackend'
  572. DEFAULT_TABLESPACE
  573. ''
  574. TEMPLATE_CONTEXT_PROCESSORS
  575. ('django.contrib.auth.context_processors.auth',
  576. 'django.core.context_processors.debug',
  577. 'django.core.context_processors.i18n',
  578. 'django.core.context_processors.media',
  579. 'django.contrib.messages.context_processors.messages',
  580. 'noc.lib.app.setup_processor')
  581. SESSION_COOKIE_AGE
  582. 1209600
  583. SETTINGS_MODULE
  584. 'noc.settings'
  585. USE_ETAGS
  586. False
  587. IS_WEB
  588. True
  589. LANGUAGES
  590. [('en', 'English'), ('ru', 'Russian')]
  591. DEFAULT_INDEX_TABLESPACE
  592. ''
  593. INTERNAL_IPS
  594. ()
  595. STATIC_URL
  596. '/media/'
  597. EMAIL_PORT
  598. 25
  599. USE_TZ
  600. False
  601. SHORT_DATETIME_FORMAT
  602. 'm/d/Y P'
  603. PASSWORD_HASHERS
  604. u'********************'
  605. ABSOLUTE_URL_OVERRIDES
  606. {}
  607. CACHE_MIDDLEWARE_SECONDS
  608. 600
  609. DATETIME_INPUT_FORMATS
  610. ('%Y-%m-%d %H:%M:%S',
  611. '%Y-%m-%d %H:%M:%S.%f',
  612. '%Y-%m-%d %H:%M',
  613. '%Y-%m-%d',
  614. '%m/%d/%Y %H:%M:%S',
  615. '%m/%d/%Y %H:%M:%S.%f',
  616. '%m/%d/%Y %H:%M',
  617. '%m/%d/%Y',
  618. '%m/%d/%y %H:%M:%S',
  619. '%m/%d/%y %H:%M:%S.%f',
  620. '%m/%d/%y %H:%M',
  621. '%m/%d/%y')
  622. EMAIL_HOST_USER
  623. ''
  624. PROFANITIES_LIST
  625. u'********************'
  626. 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