diff --git a/swh/auth/django/models.py b/swh/auth/django/models.py --- a/swh/auth/django/models.py +++ b/swh/auth/django/models.py @@ -41,6 +41,7 @@ # and isn't in an application in INSTALLED_APPS" app_label = "" proxy = True + auto_created = True # prevent model to be created in database by migrations def save(self, **kwargs): """