manage.py
334 Bytes
-
Fix testproject/manage.py to be executable · 3d702127
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.
Jaakko Luttinen committed