Unknown command: 'runserver'
All of a sudden all my pycharm django projects refuse to run. I get an error message:
/usr/bin/python2.7 /home/dev/myapp/manage.py runserver –noreload localhost:8104
Unknown command: 'runserver'
Type 'manage.py help' for usage.
Strange thing is I can run all the projects fine from the terminal with "python manage.py runserver". Any ideas?
/usr/bin/python2.7 /home/dev/myapp/manage.py runserver –noreload localhost:8104
Unknown command: 'runserver'
Type 'manage.py help' for usage.
Strange thing is I can run all the projects fine from the terminal with "python manage.py runserver". Any ideas?
Please sign in to leave a comment.
Could you please attach a sample project to reproduce this issue.