[Answered ]-No response from manage.py

2👍

✅

You seem somehow to have overridden the contents of manage.py with what should be in wsgi.py.

Replace it with the content from the original file, changing {{ project.name }} as appropriate.

Leave a comment