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

No templates in PyPi package #21

Open david58 opened 6 years ago

david58 commented 6 years ago

when package installed with pip and urlpatterns += [url(r'^badges/', include(badges.urls)),] page fails with

TemplateDoesNotExist at /badges/
badges/overview.html
vrbrito commented 4 years ago

For the ones with the same problem, you can use: pip install git+https://github.com/jiaaro/django-badges.git