Added things for thje future

This commit is contained in:
Antonio de la Rosa 2018-01-15 06:15:58 +01:00
parent 45cd953f8d
commit 88c972dee8
2 changed files with 29 additions and 10 deletions

View file

@ -34,7 +34,7 @@ _num_tries=corefields.IntegerField('num_tries', 1)
class UserAdmin(UserModel):
#def create_fields(self):
def __init__(self, connection):
def __init__(self, connection=None):
super().__init__(connection)