Fix #231 and #219: ensure we import covers regarless of the import method

Can now import covers from track metadata and track directory as well
This commit is contained in:
Eliot Berriot 2018-06-02 09:21:55 +02:00
parent 14c8073e26
commit 290cae9a8f
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
13 changed files with 353 additions and 53 deletions

View file

@ -76,3 +76,4 @@ LOGGING = {
},
},
}
CSRF_TRUSTED_ORIGINS = [o for o in ALLOWED_HOSTS]