mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Allow administrators to impersonate other users
This commit is contained in:
@@ -226,7 +226,9 @@ INSTALLED_APPS = [
|
||||
'django_otp.plugins.otp_totp',
|
||||
'django_otp.plugins.otp_static',
|
||||
'statici18n',
|
||||
'django_countries'
|
||||
'django_countries',
|
||||
'hijack',
|
||||
'compat',
|
||||
]
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user