问题
I am using shared host with virtualenv to run Django Things run well, however, I can not use ImageField because gcc can not run, and I can not install Pillow.
Is there any other way that can be use instead of ImageField ? Can I use FileField instead ? As I know it has problem with image dimension or something.
Thank you
来源:https://stackoverflow.com/questions/30544126/django-imagefield-alternatives