mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 05:49:16 +02:00
Resolve "An avatar for users"
This commit is contained in:
parent
b411df4f29
commit
af270f4abd
16 changed files with 374 additions and 17 deletions
|
@ -94,6 +94,7 @@ THIRD_PARTY_APPS = (
|
|||
"django_filters",
|
||||
"cacheops",
|
||||
"django_cleanup",
|
||||
"versatileimagefield",
|
||||
)
|
||||
|
||||
|
||||
|
@ -449,6 +450,7 @@ ACCOUNT_USERNAME_BLACKLIST = [
|
|||
"superuser",
|
||||
"staff",
|
||||
"service",
|
||||
"me",
|
||||
] + env.list("ACCOUNT_USERNAME_BLACKLIST", default=[])
|
||||
|
||||
EXTERNAL_REQUESTS_VERIFY_SSL = env.bool("EXTERNAL_REQUESTS_VERIFY_SSL", default=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue