jiaaro / django-badges

An easy to use django app that provides Foursquare/Stack Overflow style badges
GNU General Public License v3.0
44 stars 21 forks source link

django.conf.urls.defaults not compatible with django 1.6 #11

Open 5a1t opened 9 years ago

5a1t commented 9 years ago

Need to use something like: from django.conf.urls import patterns, url, include instead.