I've been learning Django from a Youtube Tutorial. I have a good basis in python, but have never worked with this.
we have been starting an app and ran a server with "python3 manage.py runserver" command. Everything was working fine.
problem is that terminal shut down, and i have no idea how to just restart the server. I go to the same directory as we did the first time, activate my virtual environment, but when I type the runserver command, i face this error: ModuleNotFoundError: No module named 'main'
I have no clue how to solve this. Any advice ?
Thanks !