Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
今天我将 IDE 从 Gedit 更改为 Geany。 我想调试我的 django 项目,但不知道如何。 我在调试选项卡中的设置: 目标: /path/to/manage.py 命令行参数: runserver --noreload 环境变量: DJANGO_SETTINGS_MODULE = settings PYTHONPATH = print sys.path 当我尝试运行服务器时,出现错误:加载错误文件 谷歌没有帮助...... 在此先感谢:)