Exception Value: no such table: django_session code example
Example 1: no such table: django_session
# try running the following code from your project directory
python manage.py migrate
Example 2: no such table: django_session admin
python ./manage.py migrate
python ./manage.py makemigrations