-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Rename package #2
Comments
I want to know if we could suggest a new name to the package than sendfile. I don't like sendfile at all. django-xsendfile would make more sense to me. |
@alexandresebrao no, I'm not interested in doing that. This issue is only for renaming the folder where the package is installed to avoid potential conflicts |
I must add I found this package because I was desperately looking for a maintained version of django-sendfile. I may have missed it with another name... Thanks for your work at maintaining this useful little piece of code! |
There's another python package using the
sendfile
package name. We should also take this opportunity to move code out of__init__.py
.django_sendfile
__init__.py
tosendfile.py
from django_sendfile import sendfile
The text was updated successfully, but these errors were encountered: