caktus / django-timepiece

A multi-user Django application for tracking people's time on projects.
MIT License
361 stars 112 forks source link

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

Open MaorUziel opened 3 years ago

MaorUziel commented 3 years ago

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.