Correct admin in new location

This commit is contained in:
Griatch 2021-05-17 08:18:39 +02:00
parent 8e02be23e4
commit efe3a28343
15 changed files with 259 additions and 193 deletions

View file

@ -109,8 +109,8 @@ class AccountDB(TypedObject, AbstractUser):
__applabel__ = "accounts"
__settingsclasspath__ = settings.BASE_SCRIPT_TYPECLASS
# class Meta:
# verbose_name = "Account"
class Meta:
verbose_name = "Account"
# cmdset_storage property
# This seems very sensitive to caching, so leaving it be for now /Griatch