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
Asked
Active
Viewed 127 times
1 Answers
1
Just run this in your project terminal
python manage.py migrate and not python manage.py makemigrations

Joshua Odubanjo
- 11
- 3