Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Django 2.2 & Django Debug toolbar 2.2 and above #40

Open
mintusah25 opened this issue Jul 5, 2020 · 1 comment
Open

Support Django 2.2 & Django Debug toolbar 2.2 and above #40

mintusah25 opened this issue Jul 5, 2020 · 1 comment

Comments

@mintusah25
Copy link

The current codebase master branch is still using the old Django feature that has removed in 2.2. Also, middleware is not compatible with Debug toolbar.

@martin-thoma
Copy link

  File "/usr/local/lib/python3.8/site-packages/debug_panel/middleware.py", line 7, in <module>
    from django.core.urlresolvers import reverse, resolve, Resolver404
ModuleNotFoundError: No module named 'django.core.urlresolvers'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants