question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doesn't work with Django v2.0

See original GitHub issue

It 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:open
  • Created 6 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

5reactions
legshortcommented, Feb 2, 2018

It seems like the project is not alive.

2reactions
ghostcommented, Jul 16, 2018

Try this version: pip install -e git+https://github.com/Hikaon/django-debug-panel.git#egg=debug_panel

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found