Open david58 opened 6 years ago
when package installed with pip and urlpatterns += [url(r'^badges/', include(badges.urls)),] page fails with
urlpatterns += [url(r'^badges/', include(badges.urls)),]
TemplateDoesNotExist at /badges/ badges/overview.html
For the ones with the same problem, you can use: pip install git+https://github.com/jiaaro/django-badges.git
when package installed with pip and
urlpatterns += [url(r'^badges/', include(badges.urls)),]
page fails with