django-timepiece
django-timepiece copied to clipboard
mistake in requirement - django-selectable cause No module named 'django.urls'
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.