indeedeng / django-ptrack

Tracking pixel library for Django
Apache License 2.0
40 stars 17 forks source link

Django 2 compatibility #4

Closed thenewguy closed 5 years ago

thenewguy commented 6 years ago

Will this library be updated for Django 2? I get the following exception when I try to use:

No module named 'django.core.urlresolvers'

/usr/local/lib/python3.5/dist-packages/ptrack/templatetags/ptrack.py in <module>

    from django.core.urlresolvers import reverse
russelljk commented 5 years ago

@thenewguy I will look into this. Thanks for reporting it. Should be an easy enough fix.