Forums

manage.py command

manage.py migrate File "<stdin>", line 1 manage.py migrate ^ SyntaxError: invalid syntax migrate Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'migrate' is not define

omg help pls

python ./mysite/manage.py migrate -

Unknown command: 'migrate' Type 'manage.py help' for usage.

omfg

nice conmmand

nice 1 hour i seach command ! =))))

$ python3.5 ./mysite/manage.py migrate

You might also consider using a virtualenv. We have a recent version of django under Python3.5, but switching to a virtualenv will let you upgrade it whenever you want, and install any other specific packages:

http://help.pythonanywhere.com/pages/VirtualEnvForNewerDjango