You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know, there's no reason to put sendfile in INSTALLED_APPS. I'm not actually sure what would happen if you did, but I'd assume the answer to be "nothing".
moggers87
changed the title
Better readme
Does sendfile need to be added to INSTALLED_APPS?
Jul 21, 2018
I was having someproblems when setting the backend, because I thought it should be like that:
SENDFILE_BACKEND = sendfile.backends.development
so I did like this.
SENDFILE_BACKEND = 'sendfile.backends.development'
But is not clear if I should put sendfile on installed_apps.
The text was updated successfully, but these errors were encountered: