Nothing happens when I do: python manage.py command

The problem is that the first line in manage.py breaks the file on windows.
The first line should look like this:

#!/usr/bin/env python

Removing it will fix the issue.

Leave a Comment