Bright

Results 2 issues of Bright

安装好依赖后,我尝试使用 `python trader/main.py` 运行程序,结果报错: ``` Traceback (most recent call last): File "/root/trader-master/trader/main.py", line 27, in django.setup() File "/root/trader-master/lib/python3.11/site-packages/django/__init__.py", line 19, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) ^^^^^^^^^^^^^^^^^^^^^^^ File "/root/trader-master/lib/python3.11/site-packages/django/conf/__init__.py", line 102, in...