ModuleNotFoundError: No module named 'students.studentapp'

hi all, i is create a django project in pychram and i follow book to create a project but which run command to run server will pop out the error message by ModuleNotFoundError: No module named ‘students.studentapp’. i already many solution to fix but also failed it, can any one can help this issues?
thanks you
below the url is git url:

It’s just from studentapp import views in your urls.py file.

thanks you, error is fixed

ModuleNotFoundError: No module named ‘students

hi all, pls i have this same issues but i’m using virtual studio code, i create a django project in virtual studio code and i follow book to create a project but which run command to run server will pop out the error message by ModuleNotFoundError: No module named ‘students’ i already many solution to fix but also failed it, can any one can help this issues?
thanks you

Please open a new topic for this discussion, showing the appropriate details of the full error message being received along with the file that is causing the error.

Note 1 - Please don’t tag specific individuals for assistance.

Note 2 - When posting code here, copy/paste the code into the body of your message, surrounded by lines of three backtick - ` characters. This means you’ll have a line of ```, then your code (or traceback), then another line of ```. (Do not post images of code or errors.)