django-timepiece icon indicating copy to clipboard operation
django-timepiece copied to clipboard

mistake in requirement - django-selectable cause No module named 'django.urls'

Open MaorUziel opened this issue 4 years ago • 1 comments

Hi, if you try to use this now please notice that you install django-selectable==0.9.0 and not django-selectable>=0.9.0 as the requirement says. in dajngo 1.8.9 you need to import reverse from django.core.urlresolvers, in the newer version of django-selectable its import reverse form django.urls and its only work for django>2.0.

MaorUziel avatar Jul 30 '20 22:07 MaorUziel