Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does sendfile need to be added to INSTALLED_APPS? #9

Closed
alexandresebrao opened this issue Jul 21, 2018 · 2 comments
Closed

Does sendfile need to be added to INSTALLED_APPS? #9

alexandresebrao opened this issue Jul 21, 2018 · 2 comments

Comments

@alexandresebrao
Copy link

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.

@alexandresebrao alexandresebrao changed the title Better readmen Better readme Jul 21, 2018
@moggers87
Copy link
Owner

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 moggers87 changed the title Better readme Does sendfile need to be added to INSTALLED_APPS? Jul 21, 2018
@moggers87
Copy link
Owner

Finally got around to testing this - it appears to make no difference if sendfile is added to INSTALL_APPS or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants