Skip to content

Commit

Permalink
tests: AVATAR_EXPOSE_USERNAMES = True
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Aug 10, 2022
1 parent 7d276ea commit 4b91288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@
AVATAR_ALLOWED_FILE_EXTS = (".jpg", ".png")
AVATAR_MAX_SIZE = 1024 * 1024
AVATAR_MAX_AVATARS_PER_USER = 20
AVATAR_EXPOSE_USERNAMES = True

0 comments on commit 4b91288

Please sign in to comment.