mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 09:19:16 +02:00
See #186: moved PLAYLISTS_MAX_TRACKS to playlists__max_tracks
This commit is contained in:
parent
aa3da412a7
commit
7222f7b710
6 changed files with 28 additions and 8 deletions
|
@ -433,6 +433,7 @@ ADMIN_URL = env('DJANGO_ADMIN_URL', default='^api/admin/')
|
|||
CSRF_USE_SESSIONS = True
|
||||
|
||||
# Playlist settings
|
||||
# XXX: Deprecated, use playlists__max_tracks instead
|
||||
PLAYLISTS_MAX_TRACKS = env.int('PLAYLISTS_MAX_TRACKS', default=250)
|
||||
|
||||
ACCOUNT_USERNAME_BLACKLIST = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue