Fix testproject/manage.py to be executable
testproject/manage.py could not be run as ./manage.py because shebang was not the first line. Thus, the import commands raised errors. Obviously, "python manage.py" worked but now even short "./manage.py" works.
Showing
Please
register
or
sign in
to comment