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.
这是一个django项目。我正在使用 pydev 2.6。如何使用 Django 测试运行程序?
可以通过使用 Django 模板为您的项目创建新的(运行或调试)配置来访问 Django 测试运行程序。将您的主模块设置为manage.py并在“参数”选项卡下输入“测试”(或您需要的任何其他manage.py参数)。
manage.py