Debug: Add button in admin panel to login to other accounts (#437)

This commit is contained in:
justcool393 2023-01-08 01:16:02 -08:00 committed by GitHub
parent ec4eafdbfc
commit 0ea72e3778
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 48 additions and 3 deletions

View file

@ -76,6 +76,10 @@ VIDEO_FORMATS = ['mp4','webm','mov','avi','mkv','flv','m4v','3gp']
AUDIO_FORMATS = ['mp3','wav','ogg','aac','m4a','flac']
NO_TITLE_EXTENSIONS = IMAGE_FORMATS + VIDEO_FORMATS + AUDIO_FORMATS
PERMS = {
"DEBUG_LOGIN_TO_OTHERS": 3,
}
AWARDS = {
"lootbox": {
"kind": "lootbox",