Can't run Django in repl.it
Python 3.6.1 (default, Jun 21 2017, 18:48:35)
[GCC 4.9.2] on linux
bash -c echo creating migrations && ./manage.py makemigrations && echo running migrations && ./manage.py migrate && echo running server && ./manage.py runserver 0.0.0.0:8000
creating migrations
bash: ./manage.py: No such file or directory
What's up with this?
This is a common bug on repl.it: https://repl.it/bugs/p/django-exit-status-127
The only thing you can do is to wait until they fix it.