INFO 2023-11-06 14:37:19,819 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 14:37:43,555 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-06 14:37:44,254 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 14:42:37,111 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 14:45:50,810 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
ERROR 2023-11-06 14:45:50,967 log 241 Internal Server Error: /update/cinema_list/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\mixins.py", line 46, in list
return Response(serializer.data)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 768, in data
ret = super().data
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 253, in data
self._data = self.to_representation(self.instance)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 686, in to_representation
return [
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 687, in <listcomp>
self.child.to_representation(item) for item in iterable
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 507, in to_representation
for field in fields:
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 368, in _readable_fields
for field in self.fields.values():
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\functional.py", line 57, in __get__
res = instance.__dict__[self.name] = self.func(instance)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 356, in fields
for key, value in self.get_fields().items():
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 1076, in get_fields
field_class, field_kwargs = self.build_field(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 1222, in build_field
return self.build_unknown_field(field_name, model_class)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 1340, in build_unknown_field
raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: Field name `zz_unm` is not valid for model `Cinema`.
ERROR 2023-11-06 14:45:50,972 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 500 142370
INFO 2023-11-06 14:46:27,105 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\serializers.py changed, reloading.
INFO 2023-11-06 14:46:27,828 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 14:46:30,166 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
INFO 2023-11-06 14:46:30,240 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 200 195
INFO 2023-11-06 14:47:04,749 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\serializers.py changed, reloading.
INFO 2023-11-06 14:47:05,528 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 14:47:07,205 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
INFO 2023-11-06 14:47:07,311 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 200 237
INFO 2023-11-06 14:48:54,964 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
INFO 2023-11-06 14:48:55,045 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 200 237
ERROR 2023-11-06 14:51:28,028 log 241 Internal Server Error: /update/cinema_add
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 136, in __call__
response = self.process_response(request, response)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 108, in process_response
return self.response_redirect_class(self.get_full_path_with_slash(request))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 87, in get_full_path_with_slash
raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to 127.0.0.1:8000/update/cinema_add/?name=%E9%BC%8E%E6%96%B0%E6%B5%8B%E8%AF%95%E5%BD%B1%E9%99%A23.111&ip=172.16.3.111&zz_num=15033211&inner_id=1994&db_user=test&db_pwd=cine123456&sys_ver=2.0.33.0333.ZZ&client_ver=2.033.0333.8876 (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
ERROR 2023-11-06 14:51:28,032 basehttp 212 "POST /update/cinema_add?name=%E9%BC%8E%E6%96%B0%E6%B5%8B%E8%AF%95%E5%BD%B1%E9%99%A23.111&ip=172.16.3.111&zz_num=15033211&inner_id=1994&db_user=test&db_pwd=cine123456&sys_ver=2.0.33.0333.ZZ&client_ver=2.033.0333.8876 HTTP/1.1" 500 73469
WARNING 2023-11-06 14:53:04,947 log 241 Bad Request: /update/cinema_add/
WARNING 2023-11-06 14:53:04,948 basehttp 212 "POST /update/cinema_add/?name=%E9%BC%8E%E6%96%B0%E6%B5%8B%E8%AF%95%E5%BD%B1%E9%99%A23.111&ip=172.16.3.111&zz_num=15033211&inner_id=1994&db_user=test&db_pwd=cine123456&sys_ver=2.0.33.0333.ZZ&client_ver=2.033.0333.8876 HTTP/1.1" 400 307
INFO 2023-11-06 14:55:18,648 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-11-06 14:55:19,380 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 14:55:52,641 log 241 Bad Request: /update/cinema_add/
WARNING 2023-11-06 14:55:52,642 basehttp 212 "POST /update/cinema_add/?name=%E9%BC%8E%E6%96%B0%E6%B5%8B%E8%AF%95%E5%BD%B1%E9%99%A23.111&ip=172.16.3.111&zz_num=15033211&inner_id=1994&db_user=test&db_pwd=cine123456&sys_ver=2.0.33.0333.ZZ&client_ver=2.033.0333.8876 HTTP/1.1" 400 307
WARNING 2023-11-06 14:55:57,429 log 241 Not Found: /update/cinema_add
WARNING 2023-11-06 14:55:57,430 basehttp 212 "POST /update/cinema_add?name=%E9%BC%8E%E6%96%B0%E6%B5%8B%E8%AF%95%E5%BD%B1%E9%99%A23.111&ip=172.16.3.111&zz_num=15033211&inner_id=1994&db_user=test&db_pwd=cine123456&sys_ver=2.0.33.0333.ZZ&client_ver=2.033.0333.8876 HTTP/1.1" 404 3194
INFO 2023-11-06 14:59:30,054 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-11-06 14:59:30,895 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 14:59:35,689 log 241 Bad Request: /update/cinema_add/
WARNING 2023-11-06 14:59:35,690 basehttp 212 "POST /update/cinema_add/?name=%E9%BC%8E%E6%96%B0%E6%B5%8B%E8%AF%95%E5%BD%B1%E9%99%A23.111&ip=172.16.3.111&zz_num=15033211&inner_id=1994&db_user=test&db_pwd=cine123456&sys_ver=2.0.33.0333.ZZ&client_ver=2.033.0333.8876 HTTP/1.1" 400 307
INFO 2023-11-06 15:00:32,104 basehttp 212 "POST /update/cinema_add/ HTTP/1.1" 201 245
INFO 2023-11-06 15:11:09,895 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-11-06 15:11:10,555 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 15:12:06,419 log 241 Not Found: /cinema_get/1
WARNING 2023-11-06 15:12:06,419 basehttp 212 "GET /cinema_get/1 HTTP/1.1" 404 2233
WARNING 2023-11-06 15:12:39,762 log 241 Not Found: /cinema_get/id=1
WARNING 2023-11-06 15:12:39,763 basehttp 212 "GET /cinema_get/id=1 HTTP/1.1" 404 2244
WARNING 2023-11-06 15:13:03,164 log 241 Not Found: /cinema_get/
WARNING 2023-11-06 15:13:03,165 basehttp 212 "GET /cinema_get/?id=1 HTTP/1.1" 404 2235
WARNING 2023-11-06 15:13:16,655 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-06 15:13:16,656 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2236
WARNING 2023-11-06 15:13:50,462 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-06 15:13:50,463 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2236
INFO 2023-11-06 15:13:50,712 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-11-06 15:13:51,428 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 15:13:54,686 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-06 15:13:54,687 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2236
WARNING 2023-11-06 15:14:06,994 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-06 15:14:06,994 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2236
INFO 2023-11-06 15:19:54,783 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-06 15:19:55,630 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 15:22:18,859 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-06 15:22:19,588 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 15:24:02,900 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-11-06 15:24:03,590 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 15:24:39,978 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-11-06 15:24:40,729 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 15:24:48,590 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-06 15:24:48,591 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2236
INFO 2023-11-06 16:15:26,635 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 16:15:36,746 basehttp 212 "GET /docs HTTP/1.1" 301 0
WARNING 2023-11-06 16:15:36,814 log 241 Forbidden: /docs/
WARNING 2023-11-06 16:15:36,815 basehttp 212 "GET /docs/ HTTP/1.1" 403 5137
INFO 2023-11-06 16:15:37,406 basehttp 212 "GET /static/rest_framework/css/prettify.css HTTP/1.1" 200 817
INFO 2023-11-06 16:15:37,413 basehttp 212 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457
INFO 2023-11-06 16:15:37,431 basehttp 212 "GET /static/rest_framework/css/bootstrap-tweaks.css HTTP/1.1" 200 3385
INFO 2023-11-06 16:15:37,434 basehttp 212 "GET /static/rest_framework/css/default.css HTTP/1.1" 200 1152
INFO 2023-11-06 16:15:37,441 basehttp 212 "GET /static/rest_framework/js/csrf.js HTTP/1.1" 200 1719
INFO 2023-11-06 16:15:37,448 basehttp 212 "GET /static/rest_framework/js/ajax-form.js HTTP/1.1" 200 3597
INFO 2023-11-06 16:15:37,463 basehttp 212 "GET /static/rest_framework/js/default.js HTTP/1.1" 200 1268
INFO 2023-11-06 16:15:37,471 basehttp 212 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680
INFO 2023-11-06 16:15:37,477 basehttp 212 "GET /static/rest_framework/js/prettify-min.js HTTP/1.1" 200 13632
INFO 2023-11-06 16:15:37,490 basehttp 212 "GET /static/rest_framework/js/jquery-3.5.1.min.js HTTP/1.1" 200 89476
INFO 2023-11-06 16:15:37,563 basehttp 212 "GET /static/rest_framework/img/grid.png HTTP/1.1" 200 1458
WARNING 2023-11-06 16:15:38,141 log 241 Not Found: /favicon.ico
WARNING 2023-11-06 16:15:38,142 basehttp 212 "GET /favicon.ico HTTP/1.1" 404 2335
WARNING 2023-11-06 16:15:52,602 log 241 Forbidden: /docs/
WARNING 2023-11-06 16:15:52,603 basehttp 212 "GET /docs/ HTTP/1.1" 403 5137
INFO 2023-11-06 16:17:45,996 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\urls.py changed, reloading.
INFO 2023-11-06 16:17:46,703 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 16:17:48,385 log 241 Forbidden: /docs/
WARNING 2023-11-06 16:17:48,386 basehttp 212 "GET /docs/ HTTP/1.1" 403 5230
INFO 2023-11-06 16:17:50,391 basehttp 212 "GET / HTTP/1.1" 200 5136
WARNING 2023-11-06 16:18:08,177 log 241 Forbidden: /docs/
WARNING 2023-11-06 16:18:08,178 basehttp 212 "GET /docs/ HTTP/1.1" 403 5230
INFO 2023-11-06 16:20:10,185 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\urls.py changed, reloading.
INFO 2023-11-06 16:20:10,943 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 16:20:39,340 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 16:20:47,290 log 241 Forbidden: /docs/
WARNING 2023-11-06 16:20:47,291 basehttp 212 "GET /docs/ HTTP/1.1" 403 5137
INFO 2023-11-06 20:57:03,308 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 21:05:35,230 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 21:05:55,153 log 241 Not Found: /
WARNING 2023-11-06 21:05:55,153 basehttp 212 "GET / HTTP/1.1" 404 2284
WARNING 2023-11-06 21:05:55,427 log 241 Not Found: /favicon.ico
WARNING 2023-11-06 21:05:55,427 basehttp 212 "GET /favicon.ico HTTP/1.1" 404 2335
INFO 2023-11-06 21:06:04,140 basehttp 212 "GET /docs HTTP/1.1" 301 0
WARNING 2023-11-06 21:06:04,171 log 241 Forbidden: /docs/
WARNING 2023-11-06 21:06:04,171 basehttp 212 "GET /docs/ HTTP/1.1" 403 5137
INFO 2023-11-06 21:06:04,415 basehttp 212 "GET /static/rest_framework/css/prettify.css HTTP/1.1" 200 817
INFO 2023-11-06 21:06:04,415 basehttp 212 "GET /static/rest_framework/css/default.css HTTP/1.1" 200 1152
INFO 2023-11-06 21:06:04,416 basehttp 212 "GET /static/rest_framework/css/bootstrap-tweaks.css HTTP/1.1" 200 3385
INFO 2023-11-06 21:06:04,417 basehttp 212 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457
INFO 2023-11-06 21:06:04,424 basehttp 212 "GET /static/rest_framework/js/ajax-form.js HTTP/1.1" 200 3597
INFO 2023-11-06 21:06:04,426 basehttp 212 "GET /static/rest_framework/js/csrf.js HTTP/1.1" 200 1719
INFO 2023-11-06 21:06:04,429 basehttp 212 "GET /static/rest_framework/js/default.js HTTP/1.1" 200 1268
INFO 2023-11-06 21:06:04,431 basehttp 212 "GET /static/rest_framework/js/prettify-min.js HTTP/1.1" 200 13632
INFO 2023-11-06 21:06:04,435 basehttp 212 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680
INFO 2023-11-06 21:06:04,437 basehttp 212 "GET /static/rest_framework/img/grid.png HTTP/1.1" 200 1458
INFO 2023-11-06 21:06:04,446 basehttp 212 "GET /static/rest_framework/js/jquery-3.5.1.min.js HTTP/1.1" 200 89476
INFO 2023-11-06 21:10:21,142 basehttp 212 "GET /admin HTTP/1.1" 301 0
INFO 2023-11-06 21:10:21,152 basehttp 212 "GET /admin/ HTTP/1.1" 302 0
INFO 2023-11-06 21:10:21,202 basehttp 212 "GET /admin/login/?next=/admin/ HTTP/1.1" 200 4195
INFO 2023-11-06 21:10:21,271 basehttp 212 "GET /static/admin/css/base.css HTTP/1.1" 200 21207
INFO 2023-11-06 21:10:21,271 basehttp 212 "GET /static/admin/css/login.css HTTP/1.1" 200 958
INFO 2023-11-06 21:10:21,271 basehttp 212 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2694
INFO 2023-11-06 21:10:21,271 basehttp 212 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2929
INFO 2023-11-06 21:10:21,271 basehttp 212 "GET /static/admin/css/responsive.css HTTP/1.1" 200 18533
INFO 2023-11-06 21:10:21,305 basehttp 212 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063
INFO 2023-11-06 21:10:21,305 basehttp 212 "GET /static/admin/js/theme.js HTTP/1.1" 200 1943
INFO 2023-11-06 21:10:24,686 basehttp 212 "POST /admin/login/?next=/admin/ HTTP/1.1" 200 4327
INFO 2023-11-06 21:25:03,912 basehttp 212 "POST /admin/login/?next=/admin/ HTTP/1.1" 302 0
INFO 2023-11-06 21:25:03,976 basehttp 212 "GET /admin/ HTTP/1.1" 200 5528
INFO 2023-11-06 21:25:04,036 basehttp 212 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441
INFO 2023-11-06 21:25:04,060 basehttp 212 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380
INFO 2023-11-06 21:25:04,060 basehttp 212 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331
WARNING 2023-11-06 21:25:24,661 log 241 Forbidden: /docs/
WARNING 2023-11-06 21:25:24,662 basehttp 212 "GET /docs/ HTTP/1.1" 403 5171
WARNING 2023-11-06 21:25:32,868 log 241 Not Found: /update/docs/
WARNING 2023-11-06 21:25:32,869 basehttp 212 "GET /update/docs/ HTTP/1.1" 404 3096
INFO 2023-11-07 08:24:17,834 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-07 08:25:06,608 log 241 Not Found: /
WARNING 2023-11-07 08:25:06,609 basehttp 212 "GET / HTTP/1.1" 404 2399
WARNING 2023-11-07 08:25:07,409 log 241 Not Found: /favicon.ico
WARNING 2023-11-07 08:25:07,410 basehttp 212 "GET /favicon.ico HTTP/1.1" 404 2450
WARNING 2023-11-07 08:25:16,087 log 241 Not Found: /doces
WARNING 2023-11-07 08:25:16,088 basehttp 212 "GET /doces HTTP/1.1" 404 2432
INFO 2023-11-07 08:25:19,955 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 08:25:20,114 basehttp 212 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 304 0
INFO 2023-11-07 08:25:20,136 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 08:25:20,463 basehttp 212 "GET /static/rest_framework/css/bootstrap-theme.min.css HTTP/1.1" 200 23411
INFO 2023-11-07 08:25:20,477 basehttp 212 "GET /static/rest_framework/css/font-awesome-4.0.3.css HTTP/1.1" 200 21658
INFO 2023-11-07 08:25:20,481 basehttp 212 "GET /static/rest_framework/js/jquery-3.5.1.min.js HTTP/1.1" 304 0
INFO 2023-11-07 08:25:20,484 basehttp 212 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 304 0
INFO 2023-11-07 08:25:20,487 basehttp 212 "GET /static/rest_framework/docs/js/api.js HTTP/1.1" 200 10391
INFO 2023-11-07 08:25:20,498 basehttp 212 "GET /static/rest_framework/docs/css/base.css HTTP/1.1" 200 6156
INFO 2023-11-07 08:25:20,508 basehttp 212 "GET /static/rest_framework/docs/css/jquery.json-view.min.css HTTP/1.1" 200 1307
INFO 2023-11-07 08:25:20,519 basehttp 212 "GET /static/rest_framework/docs/js/jquery.json-view.min.js HTTP/1.1" 200 2700
INFO 2023-11-07 08:25:20,528 basehttp 212 "GET /static/rest_framework/js/coreapi-0.1.1.js HTTP/1.1" 200 157600
INFO 2023-11-07 08:25:20,628 basehttp 212 "GET /static/rest_framework/fonts/fontawesome-webfont.woff?v=4.0.3 HTTP/1.1" 200 44432
INFO 2023-11-07 08:25:20,848 basehttp 212 "GET /static/rest_framework/docs/img/favicon.ico HTTP/1.1" 200 5430
INFO 2023-11-07 08:25:42,181 basehttp 212 "POST /api-token-auth/ HTTP/1.1" 200 52
INFO 2023-11-07 08:25:43,870 basehttp 212 "POST /api-token-auth/ HTTP/1.1" 200 52
INFO 2023-11-07 08:35:44,093 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 08:35:44,741 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 08:37:14,440 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 08:37:15,279 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 08:37:34,278 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 08:37:35,020 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 08:37:43,133 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 08:37:43,214 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 08:45:38,825 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
ERROR 2023-11-07 08:45:38,899 log 241 Internal Server Error: /update/cinema_list/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
TypeError: CinemaViewSet() takes no arguments
ERROR 2023-11-07 08:45:38,901 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 500 61266
INFO 2023-11-07 08:46:50,500 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
ERROR 2023-11-07 08:46:50,524 log 241 Internal Server Error: /update/cinema_list/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
TypeError: CinemaViewSet() takes no arguments
ERROR 2023-11-07 08:46:50,526 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 500 61440
INFO 2023-11-07 08:49:18,460 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 08:49:19,226 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 08:49:20,328 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
ERROR 2023-11-07 08:49:20,362 log 241 Internal Server Error: /update/cinema_list/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
TypeError: CinemaViewSet() takes no arguments
ERROR 2023-11-07 08:49:20,363 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 500 61440
INFO 2023-11-07 08:49:33,773 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 08:49:33,882 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 08:53:24,738 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-11-07 08:53:25,456 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 08:56:19,045 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 08:56:19,894 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:05:34,985 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-11-07 09:05:35,851 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:05:40,770 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 09:05:40,882 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 09:06:15,693 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-11-07 09:06:16,567 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:06:28,151 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:06:38,956 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 09:06:39,068 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 09:06:39,914 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 09:06:40,086 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 09:08:48,377 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-11-07 09:08:49,059 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:11:15,098 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\urls.py changed, reloading.
INFO 2023-11-07 09:11:15,827 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-07 09:11:20,611 log 241 Not Found: /docs/
WARNING 2023-11-07 09:11:20,627 basehttp 212 "GET /docs/ HTTP/1.1" 404 2327
INFO 2023-11-07 09:11:30,616 basehttp 212 "GET /update/docs/ HTTP/1.1" 200 13469
INFO 2023-11-07 09:11:30,863 basehttp 212 "GET /update/docs/schema.js HTTP/1.1" 200 836
INFO 2023-11-07 09:12:10,642 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-11-07 09:12:11,869 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-07 09:12:12,567 log 241 Not Found: /update/docs/
WARNING 2023-11-07 09:12:12,567 basehttp 212 "GET /update/docs/ HTTP/1.1" 404 3211
WARNING 2023-11-07 09:12:13,544 log 241 Not Found: /update/docs/
WARNING 2023-11-07 09:12:13,544 basehttp 212 "GET /update/docs/ HTTP/1.1" 404 3211
INFO 2023-11-07 09:12:17,261 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 09:12:17,495 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 09:15:08,986 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 09:15:09,792 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:15:14,172 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 09:15:14,299 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 09:20:16,877 basehttp 212 "GET /admin HTTP/1.1" 301 0
INFO 2023-11-07 09:20:16,886 basehttp 212 "GET /admin/ HTTP/1.1" 302 0
INFO 2023-11-07 09:20:17,012 basehttp 212 "GET /admin/login/?next=/admin/ HTTP/1.1" 200 4195
INFO 2023-11-07 09:20:17,518 basehttp 212 "GET /static/admin/css/login.css HTTP/1.1" 200 958
INFO 2023-11-07 09:20:17,518 basehttp 212 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2694
INFO 2023-11-07 09:20:17,537 basehttp 212 "GET /static/admin/css/base.css HTTP/1.1" 200 21207
INFO 2023-11-07 09:20:17,558 basehttp 212 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063
INFO 2023-11-07 09:20:17,569 basehttp 212 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2929
INFO 2023-11-07 09:20:17,571 basehttp 212 "GET /static/admin/css/responsive.css HTTP/1.1" 200 18533
INFO 2023-11-07 09:20:17,571 basehttp 212 "GET /static/admin/js/theme.js HTTP/1.1" 200 1943
INFO 2023-11-07 09:20:20,813 basehttp 212 "POST /admin/login/?next=/admin/ HTTP/1.1" 302 0
INFO 2023-11-07 09:20:20,988 basehttp 212 "GET /admin/ HTTP/1.1" 200 6224
INFO 2023-11-07 09:20:21,066 basehttp 212 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441
INFO 2023-11-07 09:20:21,089 basehttp 212 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380
INFO 2023-11-07 09:20:21,089 basehttp 212 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331
INFO 2023-11-07 09:20:23,287 basehttp 212 "GET /admin/authtoken/tokenproxy/ HTTP/1.1" 200 8429
INFO 2023-11-07 09:20:23,379 basehttp 212 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6566
INFO 2023-11-07 09:20:23,395 basehttp 212 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347
INFO 2023-11-07 09:20:23,408 basehttp 212 "GET /static/admin/js/core.js HTTP/1.1" 200 5682
INFO 2023-11-07 09:20:23,408 basehttp 212 "GET /static/admin/js/actions.js HTTP/1.1" 200 7872
INFO 2023-11-07 09:20:23,408 basehttp 212 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 8943
INFO 2023-11-07 09:20:23,408 basehttp 212 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887
INFO 2023-11-07 09:20:23,426 basehttp 212 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531
INFO 2023-11-07 09:20:23,451 basehttp 212 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 292458
INFO 2023-11-07 09:20:23,472 basehttp 212 "GET /static/admin/js/filters.js HTTP/1.1" 200 978
INFO 2023-11-07 09:20:23,472 basehttp 212 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 232381
INFO 2023-11-07 09:20:23,509 basehttp 212 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097
INFO 2023-11-07 09:20:23,510 basehttp 212 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331
INFO 2023-11-07 09:32:41,339 basehttp 212 "GET /admin/authtoken/tokenproxy/add/ HTTP/1.1" 200 9237
INFO 2023-11-07 09:32:41,457 basehttp 212 "GET /static/admin/css/forms.css HTTP/1.1" 200 9047
INFO 2023-11-07 09:32:41,473 basehttp 212 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581
INFO 2023-11-07 09:32:41,487 basehttp 212 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586
INFO 2023-11-07 09:32:41,497 basehttp 212 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11900
INFO 2023-11-07 09:32:41,511 basehttp 212 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606
INFO 2023-11-07 09:32:41,555 basehttp 212 "GET /admin/jsi18n/ HTTP/1.1" 200 8560
INFO 2023-11-07 09:32:43,295 basehttp 212 "GET /admin/authtoken/tokenproxy/ HTTP/1.1" 200 8429
INFO 2023-11-07 09:34:16,743 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\apps.py changed, reloading.
INFO 2023-11-07 09:34:17,557 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:34:18,288 basehttp 212 "GET /admin/authtoken/tokenproxy/ HTTP/1.1" 200 8429
INFO 2023-11-07 09:34:30,168 basehttp 212 "POST /admin/logout/ HTTP/1.1" 200 3578
INFO 2023-11-07 09:34:31,613 basehttp 212 "GET /admin/ HTTP/1.1" 302 0
INFO 2023-11-07 09:34:31,643 basehttp 212 "GET /admin/login/?next=/admin/ HTTP/1.1" 200 4195
INFO 2023-11-07 09:34:34,861 basehttp 212 "POST /admin/login/?next=/admin/ HTTP/1.1" 302 0
INFO 2023-11-07 09:34:34,986 basehttp 212 "GET /admin/ HTTP/1.1" 200 6224
INFO 2023-11-07 09:44:44,968 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\admin.py changed, reloading.
INFO 2023-11-07 09:44:45,950 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:46:52,304 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\admin.py changed, reloading.
INFO 2023-11-07 09:46:53,369 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:47:04,361 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\admin.py changed, reloading.
INFO 2023-11-07 09:47:05,115 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:47:14,397 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\admin.py changed, reloading.
INFO 2023-11-07 09:47:15,116 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:50:40,850 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\admin.py changed, reloading.
INFO 2023-11-07 09:50:41,560 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:50:48,165 basehttp 212 "GET /admin/ HTTP/1.1" 200 6885
INFO 2023-11-07 09:51:18,615 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\models.py changed, reloading.
INFO 2023-11-07 09:51:19,346 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:51:34,384 basehttp 212 "GET /admin/ HTTP/1.1" 200 6884
INFO 2023-11-07 09:51:36,954 basehttp 212 "GET /admin/update/cinema/ HTTP/1.1" 200 12687
INFO 2023-11-07 09:51:37,212 basehttp 212 "GET /admin/jsi18n/ HTTP/1.1" 200 8560
INFO 2023-11-07 09:51:37,311 basehttp 212 "GET /static/admin/img/search.svg HTTP/1.1" 200 458
INFO 2023-11-07 09:51:48,259 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 09:51:48,376 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 09:51:57,368 basehttp 212 "GET /admin/update/cinema/ HTTP/1.1" 200 12687
INFO 2023-11-07 09:51:57,522 basehttp 212 "GET /admin/jsi18n/ HTTP/1.1" 200 8560
INFO 2023-11-07 09:51:58,602 basehttp 212 "GET /admin/update/cinema/ HTTP/1.1" 200 12687
INFO 2023-11-07 09:51:58,762 basehttp 212 "GET /admin/jsi18n/ HTTP/1.1" 200 8560
INFO 2023-11-07 09:53:08,130 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 09:53:08,235 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 10:15:56,446 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
ERROR 2023-11-07 10:15:56,493 log 241 Internal Server Error: /update/cinema_list/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
TypeError: CinemaViewSet() takes no arguments
ERROR 2023-11-07 10:15:56,493 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 500 61440
INFO 2023-11-07 10:18:53,278 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:18:54,079 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:19:42,407 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-11-07 10:19:43,086 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:22:25,066 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:23:42,163 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
INFO 2023-11-07 10:23:42,282 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 200 483
WARNING 2023-11-07 10:25:26,585 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-07 10:25:26,586 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2456
WARNING 2023-11-07 10:30:54,531 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-07 10:30:54,532 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2456
INFO 2023-11-07 10:32:28,225 basehttp 212 "GET /docs/ HTTP/1.1" 200 43841
INFO 2023-11-07 10:32:28,380 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 4948
WARNING 2023-11-07 10:33:27,781 log 241 Unauthorized: /update/cinema_get/1/
WARNING 2023-11-07 10:33:27,781 basehttp 212 "GET /update/cinema_get/1/ HTTP/1.1" 401 43
WARNING 2023-11-07 10:33:57,537 log 241 Unauthorized: /update/cinema_get/1/
WARNING 2023-11-07 10:33:57,538 basehttp 212 "GET /update/cinema_get/1/ HTTP/1.1" 401 92
INFO 2023-11-07 10:34:16,856 basehttp 212 "GET /update/cinema_get/1/ HTTP/1.1" 200 235
WARNING 2023-11-07 10:34:33,050 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-07 10:34:33,051 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2456
INFO 2023-11-07 10:34:56,707 basehttp 212 "GET /update/cinema_get/1/ HTTP/1.1" 200 235
INFO 2023-11-07 10:35:57,241 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:35:58,010 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:36:04,858 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 200 483
INFO 2023-11-07 10:36:14,646 basehttp 212 "GET /update/cinema_get/1/ HTTP/1.1" 200 235
INFO 2023-11-07 10:36:18,499 basehttp 212 "GET /update/cinema_get/2/ HTTP/1.1" 200 245
INFO 2023-11-07 10:36:28,821 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:36:29,611 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:36:45,310 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:36:46,076 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:36:58,634 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:36:59,449 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:38:01,639 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:38:02,439 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:38:31,843 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:38:32,743 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:38:35,446 basehttp 212 "GET /docs/ HTTP/1.1" 200 43969
INFO 2023-11-07 10:38:35,753 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 5128
INFO 2023-11-07 10:38:55,183 basehttp 212 "GET /docs/ HTTP/1.1" 200 43969
INFO 2023-11-07 10:38:55,268 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:38:56,132 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:38:56,743 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 5164
INFO 2023-11-07 10:38:59,271 basehttp 212 "GET /docs/ HTTP/1.1" 200 43937
INFO 2023-11-07 10:38:59,375 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 5164
INFO 2023-11-07 10:39:55,526 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:39:56,520 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:41:13,772 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:41:14,873 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:42:58,791 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\models.py changed, reloading.
INFO 2023-11-07 10:42:59,509 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:43:08,621 basehttp 212 "GET /docs/ HTTP/1.1" 200 45133
INFO 2023-11-07 10:43:08,747 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 5536
INFO 2023-11-07 10:45:54,722 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\common\base_model.py changed, reloading.
INFO 2023-11-07 10:45:55,519 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 16:51:26,696 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
INFO 2023-11-07 16:51:26,827 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 200 483