I am connecting my database with Django codes so when I use python manage.py makemigrations I get the error as no such file
py manage.py makemigrations C:\Users\selwy\AppData\Local\Programs\Python\Python310\python.exe: can't open file 'C:\Users\selwy\projects\manage.py': [Errno 2] No such file or directory PS C:\Users\selwy\projects>
This can be solved with these steps :
When you are sure you have cleared all the above files, run:
For further references,visit: Django - no such table exception