· 6 years ago · May 23, 2019, 09:02 AM
1AssertionError at /api/v1/school/agreement/1639/
2`create()` did not return an object instance.
3
4Request Method: POST
5Request URL: http://192.168.5.171:9880/api/v1/school/agreement/1639/
6Django Version: 2.1.7
7Python Executable: /root/cs_api/env/bin/python
8Python Version: 3.7.0
9Python Path: ['/root/cs_api', '/usr/local/lib/python37.zip', '/usr/local/lib/python3.7', '/usr/local/lib/python3.7/lib-dynload', '/root/cs_api/env/lib/python3.7/site-packages', '/']
10Server time: Thu, 23 May 2019 15:58:03 +0700
11Installed Applications:
12['djadmin',
13 'advanced_filters',
14 'django.contrib.admin',
15 'django.contrib.auth',
16 'django.contrib.sites',
17 'django.contrib.contenttypes',
18 'django.contrib.sessions',
19 'django.contrib.messages',
20 'django.contrib.staticfiles',
21 'celery',
22 'rest_framework',
23 'rest_framework_jwt',
24 'django_filters',
25 'corsheaders',
26 'drf_yasg',
27 'anymail',
28 'allauth',
29 'allauth.account',
30 'allauth.socialaccount',
31 'allauth.socialaccount.providers.google',
32 'allauth.socialaccount.providers.twitter',
33 'allauth.socialaccount.providers.facebook',
34 'allauth.socialaccount.providers.instagram',
35 'allauth.socialaccount.providers.linkedin_oauth2',
36 'career_support_models',
37 'cs_administrator.apps.CsAdministratorConfig',
38 'cs_advertisement.apps.CsAdvertisementConfig',
39 'cs_authentication.apps.CsAuthenticationConfig',
40 'cs_billing.apps.CsBillingConfig',
41 'cs_core.apps.CsCoreConfig',
42 'cs_candidate.apps.CsCandidateConfig',
43 'cs_employer.apps.CsEmployerConfig',
44 'cs_faq.apps.CsFAQConfig',
45 'cs_history.apps.CsHistoryConfig',
46 'cs_interview.apps.CsInterviewConfig',
47 'cs_job.apps.CsJobConfig',
48 'cs_log.apps.CsLogConfig',
49 'cs_message.apps.CsMessageConfig',
50 'cs_news.apps.CsNewsConfig',
51 'cs_organization.apps.CsOrganizationConfig',
52 'cs_profile.apps.CsProfileConfig',
53 'cs_region.apps.CsRegionConfig',
54 'cs_requirement.apps.CsRequirementConfig',
55 'cs_school.apps.CsSchoolConfig',
56 'cs_social.apps.CsSocialConfig',
57 'cs_transaction.apps.CsTransactionConfig',
58 'cs_user.apps.CsUserConfig',
59 'dbbackup']
60Installed Middleware:
61['django.middleware.security.SecurityMiddleware',
62 'corsheaders.middleware.CorsMiddleware',
63 'django.contrib.sessions.middleware.SessionMiddleware',
64 'django.middleware.common.CommonMiddleware',
65 'django.middleware.csrf.CsrfViewMiddleware',
66 'django.contrib.auth.middleware.AuthenticationMiddleware',
67 'django.contrib.messages.middleware.MessageMiddleware',
68 'django.middleware.clickjacking.XFrameOptionsMiddleware',
69 'djadmin.middleware.DJMiddleware']
70
71
72Traceback:
73
74File "/root/cs_api/env/lib/python3.7/site-packages/django/core/handlers/exception.py" in inner
75 34. response = get_response(request)
76
77File "/root/cs_api/env/lib/python3.7/site-packages/django/core/handlers/base.py" in _get_response
78 126. response = self.process_exception_by_middleware(e, request)
79
80File "/root/cs_api/env/lib/python3.7/site-packages/django/core/handlers/base.py" in _get_response
81 124. response = wrapped_callback(request, *callback_args, **callback_kwargs)
82
83File "/root/cs_api/env/lib/python3.7/site-packages/django/views/decorators/csrf.py" in wrapped_view
84 54. return view_func(*args, **kwargs)
85
86File "/root/cs_api/env/lib/python3.7/site-packages/django/views/generic/base.py" in view
87 68. return self.dispatch(request, *args, **kwargs)
88
89File "/root/cs_api/env/lib/python3.7/site-packages/rest_framework/views.py" in dispatch
90 495. response = self.handle_exception(exc)
91
92File "/root/cs_api/env/lib/python3.7/site-packages/rest_framework/views.py" in handle_exception
93 455. self.raise_uncaught_exception(exc)
94
95File "/root/cs_api/env/lib/python3.7/site-packages/rest_framework/views.py" in dispatch
96 492. response = handler(request, *args, **kwargs)
97
98File "/root/cs_api/cs_school/views/agreement.py" in post
99 57. serializer.save()
100
101File "/root/cs_api/env/lib/python3.7/site-packages/rest_framework/serializers.py" in save
102 216. '`create()` did not return an object instance.'
103
104Exception Type: AssertionError at /api/v1/school/agreement/1639/
105Exception Value: `create()` did not return an object instance.
106Request information:
107USER: komangsuryabagus@yahoo.co.id
108
109GET: No GET data
110
111POST:
112created = 'null'
113updated = 'null'
114schoolSK = '12345'
115bankName = 'BCA'
116bankBranch = 'Jakarta Utara'
117bankAccountNumber = '0981818181818'
118bankAccountName = 'I Komang Suryadana'
119
120FILES:
121SKFile = <InMemoryUploadedFile: 1. BRD Company Portal.docx (application/wps-office.docx)>
122agreementFile = <InMemoryUploadedFile: 1. BRD Company Portal.docx (application/wps-office.docx)>
123bankCoverFile = <InMemoryUploadedFile: bit-bonsai.png (image/png)>
124
125COOKIES: No cookie data
126
127META:
128CONTENT_LENGTH = '123523'
129CONTENT_TYPE = 'multipart/form-data; boundary=----WebKitFormBoundarylV1PtKSaEHxfn5jL'
130DJANGO_SETTINGS_MODULE = 'career_support_api.settings'
131GATEWAY_INTERFACE = 'CGI/1.1'
132HTTP_ACCEPT = 'application/json, text/plain, */*'
133HTTP_ACCEPT_ENCODING = 'gzip, deflate'
134HTTP_ACCEPT_LANGUAGE = 'id-ID,id;q=0.9,en-US;q=0.8,en;q=0.7'
135HTTP_AUTHORIZATION = 'JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoyNiwidXNlcm5hbWUiOiJrb21hbmdzdXJ5YWJhZ3VzQHlhaG9vLmNvLmlkIiwiZXhwIjoxNTU4NjE1NzQxLCJlbWFpbCI6ImtvbWFuZ3N1cnlhYmFndXNAeWFob28uY28uaWQiLCJvcmlnX2lhdCI6MTU1ODU5NzczN30.m-fMB-Iy7_0pdRAEqnBm-Kyn7-7aOU_38zpK5uoOQl6ts6PYs-xi976-KLO-MI0ovP6LIb2MDAI8CG_2W7zfCw'
136HTTP_CACHE_CONTROL = 'no-cache'
137HTTP_CONNECTION = 'keep-alive'
138HTTP_HOST = '192.168.5.171:9880'
139HTTP_ORIGIN = 'http://192.168.5.171:8085'
140HTTP_PRAGMA = 'no-cache'
141HTTP_REFERER = 'http://192.168.5.171:8085/agreement'
142HTTP_USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36'
143LANG = 'en_US.UTF-8'
144PATH = '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin'
145PATH_INFO = '/api/v1/school/agreement/1639/'
146QUERY_STRING = ''
147REMOTE_ADDR = '192.168.5.131'
148REMOTE_HOST = ''
149REQUEST_METHOD = 'POST'
150RUN_MAIN = 'true'
151SCRIPT_NAME = ''
152SERVER_NAME = 'agencyportal'
153SERVER_PORT = '9880'
154SERVER_PROTOCOL = 'HTTP/1.1'
155SERVER_SOFTWARE = 'WSGIServer/0.2'
156TZ = 'Asia/Jakarta'
157wsgi.errors = <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>
158wsgi.file_wrapper = ''
159wsgi.input = <django.core.handlers.wsgi.LimitedStream object at 0x7f9f87c0a978>
160wsgi.multiprocess = False
161wsgi.multithread = True
162wsgi.run_once = False
163wsgi.url_scheme = 'http'
164wsgi.version = '(1, 0)'
165
166Settings:
167Using settings module career_support_api.settings
168ABSOLUTE_URL_OVERRIDES = {}
169ADMINS = [('Dimas', 'dimas.ari@frisidea.com'), ('Surya', 'komang.suryadana@frisidea.com')]
170ADMIN_COLOR_THEME = 'blue'
171ADMIN_HEADER_TITLE = 'Career Support Administrator'
172ALLOWED_HOSTS = ['localhost', '127.0.0.1', '0abf327e.ngrok.io', '192.168.5.46', '192.168.5.171', '192.168.5.173']
173ANYMAIL = {'SENDGRID_API_KEY': '********************'}
174APPEND_SLASH = True
175AUTHENTICATION_BACKENDS = ['cs_core.backends.authentications_backend.SchoolAuthenticationBackend', 'cs_core.backends.authentications_backend.CandidateAuthenticationBackend', 'cs_core.backends.authentications_backend.EmployerAuthenticationBackend', 'allauth.account.auth_backends.AuthenticationBackend', 'django.contrib.auth.backends.ModelBackend']
176AUTH_PASSWORD_VALIDATORS = '********************'
177AUTH_USER_MODEL = 'career_support_models.User'
178BASE_DIR = '/root/cs_api'
179CACHES = {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}}
180CACHE_MIDDLEWARE_ALIAS = 'default'
181CACHE_MIDDLEWARE_KEY_PREFIX = '********************'
182CACHE_MIDDLEWARE_SECONDS = 600
183CANDIDATE_PORTAL_URL = 'http://localhost:8000'
184CELERY_ACCEPT_CONTENT = ['application/json']
185CELERY_BROKER_URL = 'redis://localhost:6379'
186CELERY_RESULT_BACKEND = 'redis://localhost:6379'
187CELERY_RESULT_SERIALIZER = 'json'
188CELERY_TASK_SERIALIZER = 'json'
189CELERY_TIMEZONE = 'Asia/Jakarta'
190CORS_ORIGIN_ALLOW_ALL = True
191CSRF_COOKIE_AGE = 31449600
192CSRF_COOKIE_DOMAIN = None
193CSRF_COOKIE_HTTPONLY = False
194CSRF_COOKIE_NAME = 'csrftoken'
195CSRF_COOKIE_PATH = '/'
196CSRF_COOKIE_SAMESITE = 'Lax'
197CSRF_COOKIE_SECURE = False
198CSRF_FAILURE_VIEW = 'django.views.csrf.csrf_failure'
199CSRF_HEADER_NAME = 'HTTP_X_CSRFTOKEN'
200CSRF_TRUSTED_ORIGINS = []
201CSRF_USE_SESSIONS = False
202DATABASES = {'default': {'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'career_support', 'USER': 'frisidea', 'PASSWORD': '********************', 'HOST': '192.168.5.171', 'PORT': '5432', 'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'OPTIONS': {}, 'TIME_ZONE': None, 'TEST': {'CHARSET': None, 'COLLATION': None, 'NAME': None, 'MIRROR': None}}}
203DATABASE_ROUTERS = []
204DATA_UPLOAD_MAX_MEMORY_SIZE = 2621440
205DATA_UPLOAD_MAX_NUMBER_FIELDS = 1000
206DATETIME_FORMAT = 'N j, Y, P'
207DATETIME_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']
208DATE_FORMAT = 'N j, Y'
209DATE_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']
210DEBUG = True
211DEBUG_PROPAGATE_EXCEPTIONS = False
212DECIMAL_SEPARATOR = '.'
213DEFAULT_CHARSET = 'utf-8'
214DEFAULT_CONTENT_TYPE = 'text/html'
215DEFAULT_EXCEPTION_REPORTER_FILTER = 'django.views.debug.SafeExceptionReporterFilter'
216DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
217DEFAULT_FROM_EMAIL = 'noreply@frisidea.com'
218DEFAULT_INDEX_TABLESPACE = ''
219DEFAULT_TABLESPACE = ''
220DISALLOWED_USER_AGENTS = []
221DJADMIN_DYNAMIC_FIELD_DISPLAY = True
222DJADMIN_FIELD_DEPTH = 1
223EMAIL_BACKEND = 'anymail.backends.sendgrid.EmailBackend'
224EMAIL_HOST = 'localhost'
225EMAIL_HOST_PASSWORD = '********************'
226EMAIL_HOST_USER = ''
227EMAIL_PORT = 25
228EMAIL_SSL_CERTFILE = None
229EMAIL_SSL_KEYFILE = '********************'
230EMAIL_SUBJECT_PREFIX = '[Django] '
231EMAIL_TIMEOUT = None
232EMAIL_USE_LOCALTIME = False
233EMAIL_USE_SSL = False
234EMAIL_USE_TLS = False
235EMPLOYER_PORTAL_URL = 'http://localhost:8000'
236FILE_CHARSET = 'utf-8'
237FILE_UPLOAD_DIRECTORY_PERMISSIONS = None
238FILE_UPLOAD_HANDLERS = ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler']
239FILE_UPLOAD_MAX_MEMORY_SIZE = 2621440
240FILE_UPLOAD_PERMISSIONS = None
241FILE_UPLOAD_TEMP_DIR = None
242FIRST_DAY_OF_WEEK = 0
243FIXTURE_DIRS = []
244FORCE_SCRIPT_NAME = None
245FORMAT_MODULE_PATH = None
246FORM_RENDERER = 'django.forms.renderers.DjangoTemplates'
247IGNORABLE_404_URLS = []
248INSTALLED_APPS = ['djadmin', 'advanced_filters', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.sites', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'celery', 'rest_framework', 'rest_framework_jwt', 'django_filters', 'corsheaders', 'drf_yasg', 'anymail', 'allauth', 'allauth.account', 'allauth.socialaccount', 'allauth.socialaccount.providers.google', 'allauth.socialaccount.providers.twitter', 'allauth.socialaccount.providers.facebook', 'allauth.socialaccount.providers.instagram', 'allauth.socialaccount.providers.linkedin_oauth2', 'career_support_models', 'cs_administrator.apps.CsAdministratorConfig', 'cs_advertisement.apps.CsAdvertisementConfig', 'cs_authentication.apps.CsAuthenticationConfig', 'cs_billing.apps.CsBillingConfig', 'cs_core.apps.CsCoreConfig', 'cs_candidate.apps.CsCandidateConfig', 'cs_employer.apps.CsEmployerConfig', 'cs_faq.apps.CsFAQConfig', 'cs_history.apps.CsHistoryConfig', 'cs_interview.apps.CsInterviewConfig', 'cs_job.apps.CsJobConfig', 'cs_log.apps.CsLogConfig', 'cs_message.apps.CsMessageConfig', 'cs_news.apps.CsNewsConfig', 'cs_organization.apps.CsOrganizationConfig', 'cs_profile.apps.CsProfileConfig', 'cs_region.apps.CsRegionConfig', 'cs_requirement.apps.CsRequirementConfig', 'cs_school.apps.CsSchoolConfig', 'cs_social.apps.CsSocialConfig', 'cs_transaction.apps.CsTransactionConfig', 'cs_user.apps.CsUserConfig', 'dbbackup']
249INTERNAL_IPS = []
250JWT_AUTH = {'JWT_PUBLIC_KEY': '********************', 'JWT_PRIVATE_KEY': '********************', 'JWT_ALGORITHM': 'HS512', 'JWT_PAYLOAD_GET_USERNAME_HANDLER': 'cs_core.handlers.jwt_get_username_from_payload_handler', 'JWT_RESPONSE_PAYLOAD_HANDLER': 'cs_core.handlers.jwt_response_payload_handler', 'JWT_VERIFY': True, 'JWT_VERIFY_EXPIRATION': True, 'JWT_EXPIRATION_DELTA': datetime.timedelta(seconds=18000), 'JWT_REFRESH_EXPIRATION_DELTA': datetime.timedelta(days=7), 'JWT_AUDIENCE': None, 'JWT_ISSUER': None, 'JWT_LEEWAY': 10, 'JWT_ALLOW_REFRESH': True, 'JWT_AUTH_HEADER_PREFIX': 'JWT'}
251LANGUAGES = [('af', 'Afrikaans'), ('ar', 'Arabic'), ('ast', 'Asturian'), ('az', 'Azerbaijani'), ('bg', 'Bulgarian'), ('be', 'Belarusian'), ('bn', 'Bengali'), ('br', 'Breton'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('dsb', 'Lower Sorbian'), ('el', 'Greek'), ('en', 'English'), ('en-au', 'Australian English'), ('en-gb', 'British English'), ('eo', 'Esperanto'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('es-co', 'Colombian Spanish'), ('es-mx', 'Mexican Spanish'), ('es-ni', 'Nicaraguan Spanish'), ('es-ve', 'Venezuelan Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy', 'Frisian'), ('ga', 'Irish'), ('gd', 'Scottish Gaelic'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hsb', 'Upper Sorbian'), ('hu', 'Hungarian'), ('ia', 'Interlingua'), ('id', 'Indonesian'), ('io', 'Ido'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('kab', 'Kabyle'), ('kk', 'Kazakh'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lb', 'Luxembourgish'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('mr', 'Marathi'), ('my', 'Burmese'), ('nb', 'Norwegian Bokmål'), ('ne', 'Nepali'), ('nl', 'Dutch'), ('nn', 'Norwegian Nynorsk'), ('os', 'Ossetic'), ('pa', 'Punjabi'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('sw', 'Swahili'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('tt', 'Tatar'), ('udm', 'Udmurt'), ('uk', 'Ukrainian'), ('ur', 'Urdu'), ('vi', 'Vietnamese'), ('zh-hans', 'Simplified Chinese'), ('zh-hant', 'Traditional Chinese')]
252LANGUAGES_BIDI = ['he', 'ar', 'fa', 'ur']
253LANGUAGE_CODE = 'en-us'
254LANGUAGE_COOKIE_AGE = None
255LANGUAGE_COOKIE_DOMAIN = None
256LANGUAGE_COOKIE_NAME = 'django_language'
257LANGUAGE_COOKIE_PATH = '/'
258LOCALE_PATHS = []
259LOGGING = {}
260LOGGING_CONFIG = 'logging.config.dictConfig'
261LOGIN_REDIRECT_URL = '/accounts/profile/'
262LOGIN_URL = '/accounts/login/'
263LOGOUT_REDIRECT_URL = None
264MANAGERS = []
265MEDIA_ROOT = '/root/cs_api/root_media'
266MEDIA_URL = '/media/'
267MESSAGE_STORAGE = 'django.contrib.messages.storage.fallback.FallbackStorage'
268MIDDLEWARE = ['django.middleware.security.SecurityMiddleware', 'corsheaders.middleware.CorsMiddleware', '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', 'djadmin.middleware.DJMiddleware']
269MIGRATION_MODULES = {}
270MONTH_DAY_FORMAT = 'F j'
271NUMBER_GROUPING = 0
272PASSWORD_HASHERS = '********************'
273PASSWORD_RESET_TIMEOUT_DAYS = '********************'
274PREPEND_WWW = False
275REST_FRAMEWORK = {'DEFAULT_PERMISSION_CLASSES': ('rest_framework.permissions.IsAuthenticated',), 'DEFAULT_AUTHENTICATION_CLASSES': ('rest_framework_jwt.authentication.JSONWebTokenAuthentication',), 'DEFAULT_FILTER_BACKENDS': ('django_filters.rest_framework.DjangoFilterBackend', 'rest_framework.filters.SearchFilter'), 'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination', 'PAGE_SIZE': 10, 'DATETIME_FORMAT': '%Y-%m-%d %H:%M:%S', 'DEFAULT_VERSIONING_CLASS': 'rest_framework.versioning.URLPathVersioning', 'TEST_REQUEST_DEFAULT_FORMAT': 'json'}
276ROOT_URLCONF = 'career_support_api.urls'
277SCHOOL_PORTAL_URL = 'http://localhost:8000'
278SECRET_KEY = '********************'
279SECURE_BROWSER_XSS_FILTER = False
280SECURE_CONTENT_TYPE_NOSNIFF = False
281SECURE_HSTS_INCLUDE_SUBDOMAINS = False
282SECURE_HSTS_PRELOAD = False
283SECURE_HSTS_SECONDS = 0
284SECURE_PROXY_SSL_HEADER = None
285SECURE_REDIRECT_EXEMPT = []
286SECURE_SSL_HOST = None
287SECURE_SSL_REDIRECT = False
288SERVER_EMAIL = 'root@localhost'
289SESSION_CACHE_ALIAS = 'default'
290SESSION_COOKIE_AGE = 1209600
291SESSION_COOKIE_DOMAIN = None
292SESSION_COOKIE_HTTPONLY = True
293SESSION_COOKIE_NAME = 'sessionid'
294SESSION_COOKIE_PATH = '/'
295SESSION_COOKIE_SAMESITE = 'Lax'
296SESSION_COOKIE_SECURE = False
297SESSION_ENGINE = 'django.contrib.sessions.backends.db'
298SESSION_EXPIRE_AT_BROWSER_CLOSE = False
299SESSION_FILE_PATH = None
300SESSION_SAVE_EVERY_REQUEST = False
301SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer'
302SETTINGS_MODULE = 'career_support_api.settings'
303SHORT_DATETIME_FORMAT = 'm/d/Y P'
304SHORT_DATE_FORMAT = 'm/d/Y'
305SIGNING_BACKEND = 'django.core.signing.TimestampSigner'
306SILENCED_SYSTEM_CHECKS = []
307SITE_ID = 1
308SITE_PREFIX = 'http://192.168.5.171'
309SOCIALACCOUNT_PROVIDERS = {'linkedin': {'SCOPE': ['r_basicprofile', 'r_emailaddress'], 'PROFILE_FIELDS': ['id', 'first-name', 'last-name', 'email-address', 'picture-url', 'public-profile-url']}}
310STATICFILES_DIRS = "('/root/cs_api/static',)"
311STATICFILES_FINDERS = ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
312STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
313STATIC_ROOT = '/root/cs_api/root_static'
314STATIC_URL = '/static/'
315SWAGGER_SETTINGS = {'SECURITY_DEFINITIONS': {'JWT': {'type': 'apiKey', 'name': 'Authorization', 'in': 'header'}}, 'USE_SESSION_AUTH': False}
316TEMPLATES = [{'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['/root/cs_api/templates'], 'APP_DIRS': True, 'OPTIONS': {'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages']}}]
317TEST_NON_SERIALIZED_APPS = []
318TEST_RUNNER = 'django.test.runner.DiscoverRunner'
319THOUSAND_SEPARATOR = ','
320THUMBNAIL_FORCE_OVERWRITE = True
321TIME_FORMAT = 'P'
322TIME_INPUT_FORMATS = ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
323TIME_ZONE = 'Asia/Jakarta'
324USE_I18N = True
325USE_L10N = True
326USE_THOUSAND_SEPARATOR = False
327USE_TZ = True
328USE_X_FORWARDED_HOST = False
329USE_X_FORWARDED_PORT = False
330WSGI_APPLICATION = 'career_support_api.wsgi.application'
331X_FRAME_OPTIONS = 'SAMEORIGIN'
332YEAR_MONTH_FORMAT = 'F Y'
333
334
335You're seeing this error because you have DEBUG = True in your
336Django settings file. Change that to False, and Django will
337display a standard page generated by the handler for this status code.