我正在尝试在我买的远程服务器上启动我的新django站点。我使用python 2.7,Django 1.4.2和MySQL作为数据库。我还使用virtualenv和pip来确保我的环境符合这些要求。
设置环境并同步我的数据库后,我运行
python manage.py runserver
但是我在终端输出了这个输出:
Validating models...
0 errors found
Django version 1.4.2, using settings 'mysite.settings'
Development server is running at http://127.0.0.1:8080/
Quit the server with CONTROL-C.
Error: [Errno 1] Operation not permitted
任何人都有这个问题的经验吗?
非常感谢帮助:)