Added things for thje future
This commit is contained in:
parent
45cd953f8d
commit
88c972dee8
2 changed files with 29 additions and 10 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue