See #186: moved PLAYLISTS_MAX_TRACKS to playlists__max_tracks

This commit is contained in:
Eliot Berriot 2018-04-28 05:30:23 +02:00
parent aa3da412a7
commit 7222f7b710
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
6 changed files with 28 additions and 8 deletions

View file

@ -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 = [