ModuleNotFoundError, Python, Django
И так, вылезла ошибка, вижу в первый раз . Все файлы сеттинг у меня имеются так что не понимаю что ему не нравится.
Ошибка:
Error: Can't find the file
'settings.py' in the directory
containing 'C:\\Users\\El-Dell\\PycharmProjects\\pythonProject\\mysite\\manage.py'.
It appears you've customized things.
You'll have to run django-admin.py, passing it your settings module.
(If the file settings.py does indeed exist, it's causing an
ImportError somehow.)
ModuleNotFoundError:
No module named 'settings'
Буду благодарен если поможете!