Fixed remaining issues so the login process works.
This commit is contained in:
parent
c0b5c506a4
commit
45706f598a
5 changed files with 17 additions and 11 deletions
|
|
@ -105,7 +105,7 @@ class ScriptDB(TypedObject):
|
|||
verbose_name = "Script"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(ScriptDB, self).__init__(self, *args, **kwargs)
|
||||
super(ScriptDB, self).__init__(*args, **kwargs)
|
||||
_SA(self, "tags", TagHandler(self, "script"))
|
||||
_SA(self, "aliases", AliasHandler(self, "script"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue