[Answered ]-Django-admin command can't be run because files are not in the right place

0👍

I found the issue–make sure that you install djangorestframework inside the virtual environment you are working in, not the base one.

1👍

You can try change the project structure in Pycharm settings

Leave a comment