· 8 years ago · Jan 30, 2018, 12:36 PM
1DoesNotExist at /api/bank/card/34/
2UserCard matching query does not exist.
3
4Request Method: DELETE
5Request URL: http://forza-dev.kitway.com.ua/api/bank/card/34/
6Django Version: 1.11.8
7Python Executable: /usr/bin/python3
8Python Version: 3.6.3
9Python Path: ['/app', '/usr/bin', '/usr/lib/python36.zip', '/usr/lib/python3.6', '/usr/lib/python3.6/lib-dynload', '/usr/lib/python3.6/site-packages', '/app']
10Server time: Вт, 30 Січ 2018 12:33:43 +0200
11Installed Applications:
12['microfinance.apps.authentication',
13 'modeltranslation',
14 'corsheaders',
15 'django.contrib.admin',
16 'django.contrib.auth',
17 'django.contrib.contenttypes',
18 'django.contrib.sessions',
19 'django.contrib.messages',
20 'django.contrib.staticfiles',
21 'django_assets',
22 'django_js_reverse',
23 'django_extensions',
24 'openinghours',
25 'rosetta',
26 'rest_framework',
27 'rest_framework.authtoken',
28 'drf_yasg',
29 'rangefilter',
30 'ckeditor',
31 'smart_docs',
32 'sms_sender',
33 'fixtures_migrator',
34 'tempometry',
35 'ukrmail',
36 'paybox',
37 'paybox_liqpay',
38 'microfinance.libs',
39 'microfinance.apps.backoffice',
40 'microfinance.apps.user_profile',
41 'microfinance.apps.agent',
42 'microfinance.apps.documents',
43 'microfinance.apps.bank_card',
44 'microfinance.apps.company',
45 'microfinance.apps.system_secure',
46 'microfinance.apps.loan_core',
47 'microfinance.apps.loan_client',
48 'microfinance.apps.loan_backoffice',
49 'microfinance.libs.secure',
50 'microfinance.libs.bankid',
51 'microfinance.libs.notifications',
52 'silk']
53Installed Middleware:
54['silk.middleware.SilkyMiddleware',
55 'corsheaders.middleware.CorsMiddleware',
56 'django.middleware.security.SecurityMiddleware',
57 'django.contrib.sessions.middleware.SessionMiddleware',
58 'django.middleware.common.CommonMiddleware',
59 'django.middleware.csrf.CsrfViewMiddleware',
60 'django.contrib.auth.middleware.AuthenticationMiddleware',
61 'django.contrib.messages.middleware.MessageMiddleware',
62 'django.middleware.clickjacking.XFrameOptionsMiddleware']
63
64
65Traceback:
66
67File "/usr/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner
68 41. response = get_response(request)
69
70File "/usr/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response
71 187. response = self.process_exception_by_middleware(e, request)
72
73File "/usr/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response
74 185. response = wrapped_callback(request, *callback_args, **callback_kwargs)
75
76File "/usr/lib/python3.6/site-packages/django/views/decorators/csrf.py" in wrapped_view
77 58. return view_func(*args, **kwargs)
78
79File "/usr/lib/python3.6/site-packages/rest_framework/viewsets.py" in view
80 95. return self.dispatch(request, *args, **kwargs)
81
82File "/usr/lib/python3.6/site-packages/rest_framework/views.py" in dispatch
83 494. response = self.handle_exception(exc)
84
85File "/usr/lib/python3.6/site-packages/rest_framework/views.py" in handle_exception
86 454. self.raise_uncaught_exception(exc)
87
88File "/usr/lib/python3.6/site-packages/rest_framework/views.py" in dispatch
89 491. response = handler(request, *args, **kwargs)
90
91File "/app/microfinance/apps/bank_card/views.py" in destroy
92 114. service = BankCardService.initialize_by_card(kwargs['pk'])
93
94File "/app/microfinance/apps/bank_card/service.py" in initialize_by_card
95 298. card = UserCard.objects.get(id=card)
96
97File "/usr/lib/python3.6/site-packages/django/db/models/manager.py" in manager_method
98 85. return getattr(self.get_queryset(), name)(*args, **kwargs)
99
100File "/usr/lib/python3.6/site-packages/django/db/models/query.py" in get
101 380. self.model._meta.object_name
102
103Exception Type: DoesNotExist at /api/bank/card/34/
104Exception Value: UserCard matching query does not exist.
105Request information:
106USER: Ð˜Ð¼Ñ Ð¤Ð°Ð¼Ð¸Ð»Ð¸Ñ ÐžÑ‚Ñ‡ÐµÑтво
107
108GET: No GET data
109
110POST: No POST data
111
112FILES: No FILES data
113
114COOKIES: No cookie data
115
116META:
117CONTENT_LENGTH = '2'
118CONTENT_TYPE = 'text/plain'
119HTTP_ACCEPT = '*/*'
120HTTP_ACCEPT_ENCODING = 'gzip, deflate'
121HTTP_AUTHORIZATION = 'Token a54b7281ea6f5d6ebad7031956f58d419f1459dd'
122HTTP_CACHE_CONTROL = 'no-cache'
123HTTP_CONNECTION = 'close'
124HTTP_HOST = 'forza-dev.kitway.com.ua'
125HTTP_POSTMAN_TOKEN = '6eb8b78e-5c1a-42d2-baf2-5138d3a2d166'
126HTTP_USER_AGENT = 'PostmanRuntime/7.1.1'
127HTTP_X_FORWARDED_FOR = '77.120.243.5'
128HTTP_X_REAL_IP = '77.120.243.5'
129PATH_INFO = '/api/bank/card/34/'
130QUERY_STRING = ''
131RAW_URI = '/api/bank/card/34/'
132REMOTE_ADDR = '127.0.0.1'
133REMOTE_PORT = '55392'
134REQUEST_METHOD = 'DELETE'
135SCRIPT_NAME = ''
136SERVER_NAME = '127.0.0.1'
137SERVER_PORT = '8000'
138SERVER_PROTOCOL = 'HTTP/1.0'
139SERVER_SOFTWARE = 'gunicorn/19.7.1'
140gunicorn.socket = <socket.socket fd=12, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 8000), raddr=('127.0.0.1', 55392)>
141wsgi.errors = <gunicorn.http.wsgi.WSGIErrorsWrapper object at 0x7fb4b852e860>
142wsgi.file_wrapper = ''
143wsgi.input = <gunicorn.http.body.Body object at 0x7fb4b852edd8>
144wsgi.multiprocess = True
145wsgi.multithread = False
146wsgi.run_once = False
147wsgi.url_scheme = 'http'
148wsgi.version = '(1, 0)'
149
150Settings:
151Using settings module microfinance.settings.staging
152ABSOLUTE_URL_OVERRIDES = {}
153ADMINS = []
154ADMIN_URL_PREFIX = '^admin/'
155ALLOWED_HOSTS = ['*']
156API_CACHING_TIMEOUT = '********************'
157API_URL_PREFIX = '********************'
158APPEND_SLASH = True
159ASSETS_DEBUG = True
160ASSETS_LOAD_PATH = ['microfinance/apps/agent/static', 'microfinance/apps/authentication/static', 'microfinance/apps/backoffice/static', 'microfinance/apps/user_profile/static', 'microfinance/apps/bank_card/static', 'microfinance/static']
161ASSETS_ROOT = '/app/microfinance/var/static_build'
162AUTHENTICATION_BACKENDS = "('microfinance.apps.authentication.backends.PhonePasswordBackend', 'microfinance.apps.authentication.backends.InnPasswordBackend', 'microfinance.apps.authentication.backends.PhoneCodeBackend', 'microfinance.apps.authentication.backends.StaffEmailBackend')"
163AUTHORISATION_PHONE_CONFIRMATION_CODE_LENGTH = 4
164AUTH_PASSWORD_VALIDATORS = '********************'
165AUTH_USER_MODEL = 'authentication.User'
166BACKOFFICE_API_URL_PREFIX = '********************'
167BACKOFFICE_URL_PREFIX = '^backoffice/'
168BANKID_REDIRECT_URL = 'https://client.forza-dev.kitway.com.ua/profile/'
169BANK_ID_AUTH_DOMAIN = 'bankid.org.ua'
170BANK_ID_CERT = '/etc/app/bankid_cert.pem'
171BANK_ID_CLIENT_ID = 'f1e4f3a4-e4d8-428c-9e83-20dc96ed4034'
172BANK_ID_CLIENT_SECRET = '********************'
173BANK_ID_DATA_GATHER_DOMAIN_SPECIAL = 'biprocessing.org.ua'
174BASE_DIR = '/app/microfinance'
175CACHES = {'default': {'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211'}}
176CACHE_MIDDLEWARE_ALIAS = 'default'
177CACHE_MIDDLEWARE_KEY_PREFIX = '********************'
178CACHE_MIDDLEWARE_SECONDS = 600
179CELERY_ROUTES = {'microfinance.libs.notifications.tasks.task_send_recently': {'queue': 'celery'}}
180CKEDITOR_CONFIGS = {'default': {'toolbar': 'Custom', 'toolbar_Custom': [['Undo', 'Redo', '-', 'Bold', 'Italic', 'Underline', '-', 'Link', 'Unlink', 'Anchor', '-', 'Format', '-', 'Maximize', '-', 'Table', '-', 'Image'], ['Font', 'FontSize'], ['TextColor', 'BGColor'], ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'], ['RemoveFormat', 'Source']]}, 'cms': {'toolbar': 'Advanced'}}
181CORS_ORIGIN_ALLOW_ALL = True
182CSRF_COOKIE_AGE = 31449600
183CSRF_COOKIE_DOMAIN = None
184CSRF_COOKIE_HTTPONLY = False
185CSRF_COOKIE_NAME = 'csrftoken'
186CSRF_COOKIE_PATH = '/'
187CSRF_COOKIE_SECURE = False
188CSRF_FAILURE_VIEW = 'django.views.csrf.csrf_failure'
189CSRF_HEADER_NAME = 'HTTP_X_CSRFTOKEN'
190CSRF_TRUSTED_ORIGINS = []
191CSRF_USE_SESSIONS = False
192DASHBOARD_STATS_HANDLERS = "('microfinance.apps.authentication.dashboard.UserProfileDash',)"
193DATABASES = {'default': {'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'microfinance_db', 'USER': 'microfinance', 'PASSWORD': '********************', 'HOST': '127.0.0.1', 'PORT': '5432', 'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'OPTIONS': {}, 'TIME_ZONE': None, 'TEST': {'CHARSET': None, 'COLLATION': None, 'NAME': None, 'MIRROR': None}}}
194DATABASE_ROUTERS = []
195DATA_UPLOAD_MAX_MEMORY_SIZE = None
196DATA_UPLOAD_MAX_NUMBER_FIELDS = 1000
197DATETIME_FORMAT = '%d.%m.%Y %H:%M'
198DATETIME_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']
199DATE_FORMAT = '%d.%m.%Y'
200DATE_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']
201DEBUG = True
202DEBUG_PROPAGATE_EXCEPTIONS = False
203DECIMAL_SEPARATOR = '.'
204DEFAULT_CHARSET = 'utf-8'
205DEFAULT_CONTENT_TYPE = 'text/html'
206DEFAULT_EXCEPTION_REPORTER_FILTER = 'django.views.debug.SafeExceptionReporterFilter'
207DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
208DEFAULT_FROM_EMAIL = 'webmaster@localhost'
209DEFAULT_INDEX_TABLESPACE = ''
210DEFAULT_PHONE_REGION_CODE = 'UA'
211DEFAULT_TABLESPACE = ''
212DISALLOWED_USER_AGENTS = []
213DJANGO_ADMIN_DEBUG = False
214EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
215EMAIL_HOST = 'localhost'
216EMAIL_HOST_PASSWORD = '********************'
217EMAIL_HOST_USER = ''
218EMAIL_PORT = 25
219EMAIL_SENDER_EXTENDED_MODE = False
220EMAIL_SSL_CERTFILE = None
221EMAIL_SSL_KEYFILE = '********************'
222EMAIL_SUBJECT_PREFIX = '[Django] '
223EMAIL_TIMEOUT = None
224EMAIL_USE_LOCALTIME = False
225EMAIL_USE_SSL = False
226EMAIL_USE_TLS = False
227FILE_CHARSET = 'utf-8'
228FILE_UPLOAD_DIRECTORY_PERMISSIONS = None
229FILE_UPLOAD_HANDLERS = ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler']
230FILE_UPLOAD_MAX_MEMORY_SIZE = 2621440
231FILE_UPLOAD_PERMISSIONS = None
232FILE_UPLOAD_TEMP_DIR = None
233FIRST_DAY_OF_WEEK = 0
234FIXTURE_DIRS = []
235FORCE_SCRIPT_NAME = None
236FORMAT_MODULE_PATH = None
237FORM_RENDERER = 'django.forms.renderers.DjangoTemplates'
238HTTP_HOST = 'http://forza-dev.kitway.com.ua/'
239IGNORABLE_404_URLS = []
240INPUT_DATE_FORMAT = '%Y-%m-%d'
241INSTALLED_APPS = ['microfinance.apps.authentication', 'modeltranslation', 'corsheaders', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'django_assets', 'django_js_reverse', 'django_extensions', 'openinghours', 'rosetta', 'rest_framework', 'rest_framework.authtoken', 'drf_yasg', 'rangefilter', 'ckeditor', 'smart_docs', 'sms_sender', 'fixtures_migrator', 'tempometry', 'ukrmail', 'paybox', 'paybox_liqpay', 'microfinance.libs', 'microfinance.apps.backoffice', 'microfinance.apps.user_profile', 'microfinance.apps.agent', 'microfinance.apps.documents', 'microfinance.apps.bank_card', 'microfinance.apps.company', 'microfinance.apps.system_secure', 'microfinance.apps.loan_core', 'microfinance.apps.loan_client', 'microfinance.apps.loan_backoffice', 'microfinance.libs.secure', 'microfinance.libs.bankid', 'microfinance.libs.notifications', 'silk']
242INTERNAL_IPS = []
243JS_REVERSE_INCLUDE_ONLY_NAMESPACES = ['authentication', 'authentication-api', 'backoffice', 'backoffice-api', 'user-profile', 'user-profile-api', 'agent', 'agent-api', 'system_secure', '']
244JS_REVERSE_JS_VAR_NAME = 'Urls'
245LANGUAGES = "(('uk', 'УкраїнÑька'), ('ru', 'РуÑÑкий'))"
246LANGUAGES_BIDI = ['he', 'ar', 'fa', 'ur']
247LANGUAGE_CODE = 'uk'
248LANGUAGE_COOKIE_AGE = None
249LANGUAGE_COOKIE_DOMAIN = None
250LANGUAGE_COOKIE_NAME = '_locale_'
251LANGUAGE_COOKIE_PATH = '/'
252LOCALE_PATHS = ['/app/microfinance/locale']
253LOGGING = {'version': 1, 'disable_existing_loggers': False, 'formatters': {'verbose': {'format': '[%(asctime)s] %(levelname)s [%(name)s:%(module)s:%(lineno)s] %(message)s', 'datefmt': '%d/%b/%Y %H:%M:%S'}, 'simple': {'format': '%(levelname)s %(asctime)s %(module)s %(message)s'}}, 'filters': {'require_debug_false': {'()': 'django.utils.log.RequireDebugFalse'}}, 'handlers': {'null': {'level': 'DEBUG', 'class': 'logging.NullHandler'}, 'error_file': {'level': 'ERROR', 'class': 'logging.handlers.RotatingFileHandler', 'filename': 'microfinance/var/logs/error.log', 'maxBytes': 500000, 'backupCount': 5, 'formatter': 'verbose'}, 'debug_file': {'level': 'DEBUG', 'class': 'logging.handlers.RotatingFileHandler', 'filename': 'microfinance/var/logs/debug.log', 'maxBytes': 500000, 'backupCount': 10, 'formatter': 'verbose'}, 'sentry': {'level': 'ERROR', 'class': 'raven.contrib.django.raven_compat.handlers.SentryHandler'}, 'requests_file': {'level': 'INFO', 'class': 'logging.handlers.RotatingFileHandler', 'filename': 'microfinance/var/logs/requests.log', 'maxBytes': 500000, 'backupCount': 10, 'formatter': 'verbose'}, 'console': {'level': 'DEBUG', 'class': 'logging.StreamHandler', 'formatter': 'simple'}}, 'loggers': {'django': {'handlers': ['error_file', 'sentry'], 'propagate': True, 'level': 'ERROR'}, 'microfinance': {'handlers': ['debug_file'], 'propagate': True, 'level': 'DEBUG'}, 'django.server': {'handlers': ['requests_file'], 'propagate': True, 'level': 'INFO'}}}
254LOGGING_CONFIG = 'logging.config.dictConfig'
255LOGIN_REDIRECT_URL = '/accounts/profile/'
256LOGIN_URL = '/accounts/login/'
257LOGOUT_REDIRECT_URL = None
258MANAGERS = []
259MEDIA_ROOT = '/app/microfinance/media/'
260MEDIA_URL = '/media/'
261MESSAGE_STORAGE = 'django.contrib.messages.storage.fallback.FallbackStorage'
262MIDDLEWARE = ['silk.middleware.SilkyMiddleware', 'corsheaders.middleware.CorsMiddleware', 'django.middleware.security.SecurityMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware']
263MIDDLEWARE_CLASSES = ['django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware']
264MIGRATION_MODULES = {}
265MONTH_DAY_FORMAT = 'F j'
266NOTIFICATION_ADDRESSEE_DEFINITION = {'sms': 'microfinance.apps.authentication.helpers.get_user_phone_number'}
267NOTIFICATION_SERVICES = {'sms': 'sms_sender.service.SmsService'}
268NUMBER_GROUPING = 0
269OPENINGHOURS_PREMISES_MODEL = 'company.CompanyOffice'
270PASSWORD_HASHERS = '********************'
271PASSWORD_RESET_TIMEOUT_DAYS = '********************'
272PAYBOX_BACKENDS = {'_default': {'root_url': '', 'bind': {'amount': 1, 'verify_attempts': 3, 'timeout': 600}}, 'liqpay': {'root_url': '', 'public_key': '********************', 'private_key': '********************', 'currency': 'UAH', 'test_mode': True, 'sandbox': True, 'bind': {'amount': 1, 'verify_attempts': 3, 'timeout': 600}, 'refill': {}, 'pay': {}}}
273PAYSYS_BIND_CARD_BACKENDS = ['liqpay']
274PAYSYS_DEFAULT_CARD_BIND_BACKEND = 'liqpay'
275PREPEND_WWW = False
276PROJECT_NAME = 'microfinance'
277RAVEN_CONFIG = {'dsn': 'https://3d8dc365729c4822847472f02376db93:c3ddc8cc725f48429fe8d5f3e41a8ca3@sentry.kit-xxi.com.ua/17', 'release': ''}
278REGISTRATION_PHONE_CONFIRMATION_CODE_LENGTH = 4
279REST_FRAMEWORK = {'DEFAULT_MODEL_SERIALIZER_CLASS': 'rest_framework.serializers.ModelSerializer', 'DEFAULT_PERMISSION_CLASSES': ['rest_framework.permissions.IsAuthenticated'], 'DEFAULT_AUTHENTICATION_CLASSES': ['rest_framework.authentication.TokenAuthentication', 'rest_framework.authentication.SessionAuthentication'], 'DEFAULT_RENDERER_CLASSES': ('rest_framework.renderers.JSONRenderer',)}
280ROOT_URLCONF = 'microfinance.urls'
281SECRET_KEY = '********************'
282SECURE_BROWSER_XSS_FILTER = False
283SECURE_CONTENT_TYPE_NOSNIFF = False
284SECURE_HSTS_INCLUDE_SUBDOMAINS = False
285SECURE_HSTS_PRELOAD = False
286SECURE_HSTS_SECONDS = 0
287SECURE_PROXY_SSL_HEADER = None
288SECURE_REDIRECT_EXEMPT = []
289SECURE_SERVICES = ['microfinance.libs.secure.service.UserSecureService']
290SECURE_SSL_HOST = None
291SECURE_SSL_REDIRECT = False
292SERVER_EMAIL = 'root@localhost'
293SESSION_CACHE_ALIAS = 'default'
294SESSION_COOKIE_AGE = 1209600
295SESSION_COOKIE_DOMAIN = None
296SESSION_COOKIE_HTTPONLY = True
297SESSION_COOKIE_NAME = 'sessionid'
298SESSION_COOKIE_PATH = '/'
299SESSION_COOKIE_SECURE = False
300SESSION_ENGINE = 'django.contrib.sessions.backends.db'
301SESSION_EXPIRE_AT_BROWSER_CLOSE = False
302SESSION_FILE_PATH = None
303SESSION_SAVE_EVERY_REQUEST = False
304SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer'
305SETTINGS_MODULE = 'microfinance.settings.staging'
306SHORT_DATETIME_FORMAT = 'm/d/Y P'
307SHORT_DATE_FORMAT = 'm/d/Y'
308SIGNING_BACKEND = 'django.core.signing.TimestampSigner'
309SILENCED_SYSTEM_CHECKS = []
310SILKY_AUTHENTICATION = True
311SILKY_AUTHORISATION = True
312SILKY_MAX_RECORDED_REQUESTS = 2000
313SILKY_META = True
314SILKY_PYTHON_PROFILER = True
315SMS_SENDER_EXTENDED_MODE = False
316STATICFILES_DIRS = "('/app/microfinance/static', '/app/microfinance/var/static_build')"
317STATICFILES_FINDERS = ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
318STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
319STATIC_ROOT = '/app/microfinance/var/static'
320STATIC_URL = '/static/'
321SWAGGER_SETTINGS = {'JSON_EDITOR': True, 'SHOW_REQUEST_HEADERS': True, 'DEFAULT_INFO': 'microfinance.urls.api_info'}
322TEMPLATES = [{'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['/app/microfinance/templates/'], 'APP_DIRS': True, 'OPTIONS': {'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.template.context_processors.i18n', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages']}}]
323TEMPORARY_BLOCK = True
324TEST_NON_SERIALIZED_APPS = []
325TEST_RUNNER = 'django.test.runner.DiscoverRunner'
326THOUSAND_SEPARATOR = ','
327TIME_FORMAT = 'P'
328TIME_INPUT_FORMATS = ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
329TIME_ZONE = 'Europe/Kiev'
330USER_MODEL = 'authentication.User'
331USER_MODEL_APP = 'authentication'
332USER_MODEL_NAME = 'User'
333USER_MODEL_STR = 'microfinance.apps.authentication.models.User'
334USER_PERMISSION_CACHE_TIMEOUT = 3600
335USE_ETAGS = False
336USE_I18N = True
337USE_L10N = True
338USE_THOUSAND_SEPARATOR = False
339USE_TZ = False
340USE_X_FORWARDED_HOST = False
341USE_X_FORWARDED_PORT = False
342WSGI_APPLICATION = 'microfinance.wsgi.application'
343X_FRAME_OPTIONS = 'SAMEORIGIN'
344YEAR_MONTH_FORMAT = 'F Y'
345
346
347You're seeing this error because you have DEBUG = True in your
348Django settings file. Change that to False, and Django will
349display a standard page generated by the handler for this status code.