misc: remove references to deprecated menu module (#48906)

This commit is contained in:
Paul Marillonnet 2020-11-27 11:34:35 +01:00
parent a888b11c90
commit c5d9257bc1
2 changed files with 0 additions and 4 deletions

View File

@ -224,9 +224,6 @@ PASSWORD_HASHERS = list(global_settings.PASSWORD_HASHERS) + [
'authentic2.hashers.PloneSHA1PasswordHasher',
]
# Admin tools
ADMIN_TOOLS_MENU = 'authentic2.menu.CustomMenu'
# Serialization module to support natural keys in generic foreign keys
SERIALIZATION_MODULES = {
'json': 'authentic2.serializers',
@ -307,7 +304,6 @@ LOGGING = {
MIGRATION_MODULES = {
'auth': 'authentic2.auth_migrations_18',
'menu': 'authentic2.menu_migrations',
}
# Django REST Framework