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

Fix 'module' object has no attribute 'MetaBadge' #14

Closed giuband closed 6 years ago

giuband commented 8 years ago

The error appeared when I upgraded to Django 1.9 and the latest version of django-badges, it can be easily solved by importing MetaBadge from badge.utils instead of the module badge itself.

luisjorge129 commented 8 years ago

@giuband Thanks, this pull request actually help me updating an application (from Django 1.8.x to 1.9.x) on my new job xD.

maxclax commented 7 years ago

It's good :)