Run migrations. Update contrib paths stored in db

This commit is contained in:
Griatch 2022-01-07 18:11:51 +01:00
parent 4d6db5b5b6
commit a4a658616e
3 changed files with 190 additions and 2 deletions

View file

@ -418,7 +418,7 @@ class BuildingMenuCmdSet(CmdSet):
# Menu classes
class Choice(object):
class Choice:
"""A choice object, created by `add_choice`."""
@ -554,7 +554,7 @@ class Choice(object):
)
class BuildingMenu(object):
class BuildingMenu:
"""
Class allowing to create and set building menus to edit specific objects.