Rest API.My server is not running.I have mentioned my my doubt in the description

My server is not running.
It is showing "OperationalError at /api/users/

no such table: django_session

Request Method: GET

Request URL: http://localhost:8000/api/users/

Django Version: 3.0.5
Exception Type: OperationalError

Exception Value:

no such table: django_session

Exception Location:
C:\Users\Lenovo\Desktop\DjangoOnline\SampleApi\env\lib\site-packages\django\db\backends\sqlite3\base.py in execute, line 396

Python Executable: C:\Users\Lenovo\Desktop\DjangoOnline\SampleApi\env\Scripts\python.exe"
please help me ASAP.

Delete the db.sqlite3 and create a new db.sqlite3 in root folder .
Then re-run the migrations .
This should fix your issue .

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.