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

RemovedInDjango19Warning: Model class badges.models.Badge doesn't declare an explicit app_label #9

Open jhotujec opened 9 years ago

jhotujec commented 9 years ago

RemovedInDjango19Warning: Model class badges.models.Badge doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded.

This will no longer be supported in Django 1.9.class Badge(models.Model):