djangodjango-debug-toolbar

django debug toolbar: no such session


enter image description hereI've been trying to set up the Django debug toolbar. I follow every step in documentation, I add the path in urls.py I add the middleware I add the debugtoolbar in Installed apps, but yet I come up with this error: Operational error : no such table : django_session


Solution

  • Just run this in your project terminal

    python manage.py migrate and not python manage.py makemigrations