Added app_label Meta attribute to MongoUser class

This commit is contained in:
Dan Ward 2013-10-05 20:39:41 +01:00
parent 1145c72b01
commit a2dd8cb6b9

View File

@ -105,3 +105,6 @@ class MongoUser(models.Model):
"""
objects = MongoUserManager()
class Meta:
app_label = 'mongo_auth'