Doesn't work with Django v2.0
See original GitHub issueIt doesn’t work with the version 2.0 of Django.
It gives the following error
from django.core.urlresolvers import reverse, resolve, Resolver404
ModuleNotFoundError: No module named 'django.core.urlresolvers'
According to https://docs.djangoproject.com/en/2.0/releases/2.0/#features-removed-in-2-0
“The django.core.urlresolvers
module is removed in favor of its new location, django.urls
.”
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7
Top Results From Across the Web
QuerySet in Django 2.0. doesnt work - python - Stack Overflow
The queryset method first() returns a single object, the first one in the order. You cannot iterate over a single thing, but you...
Read more >Django 2.0 release notes
Django 2.0 supports Python 3.4, 3.5, 3.6, and 3.7. We highly recommend and only officially support the latest release of each series. The...
Read more >Python Django Tutorial for Beginners - YouTube
Get the complete Django course ( zero to hero): ... 0 :06:08 – How the Web Works 0 :10:32 – Setting Up the...
Read more >Django Tutorial Part 2: Creating a skeleton website
$ python3 manage.py runserver Watching for file changes with StatReloader Performing system checks... System check identified no issues (0 ...
Read more >Get Started With Django Part 2: Django User Management
By adding the above code to the base template, you'll improve the looks of all of your forms, not just the one in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems like the project is not alive.
Try this version:
pip install -e git+https://github.com/Hikaon/django-debug-panel.git#egg=debug_panel