I\'m new to django and currently going through the main tutorial. Even though it was working earlier, when I do python manage.py runserver OR python manage.py -h OR with any
The problem is that the first line in manage.py breaks the file on windows. The first line should look like this:
manage.py
#!/usr/bin/env python
Removing it will fix the issue.