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

NoReverseMatch in admin #20

Open maxclax opened 7 years ago

maxclax commented 7 years ago
Request Method: GET

http://0.0.0.0:8000/admin/badges/badge/exam/change/ 1.11.5 NoReverseMatch Reverse for 'badge_detail' not found. 'badge_detail' is not a valid view function or pattern name. /usr/local/lib/python3.5/site-packages/django/urls/resolvers.py in _reverse_with_prefix, line 497 /usr/local/bin/python 3.5.4

jiaaro commented 7 years ago

django-badges expects you to have url(r'^badges/', include(badges.urls)), in your urls.py

the "view on site" button in the admin is trying to look up the url for the badge (I think)