Closed vivazzi closed 8 years ago
django-filer and easythumbnails are also required by djangocms-cascade and by django-cms. Therefore removing them will disable much more of that framework.
Okay, if there are many usage.. I just want to use more light version of django-shop for my shop without many requirements.
As Jacob has said, django-shop currently depends on django-cms and djangocms-cascade. If you want to use a version with fewer dependencies, you will probably have to fork django-shop -- sorry. In the future, maybe we can investigate how to make some dependencies optional, but that is not a focus of our work right now.
However, you can probably still implement your own logic for picture loading. You just need to find the right bits to override. Feel free to contact me directly if you need some advice on this. I am usually on freenode IRC in #django-shop
(nickname moldy
), or you can send me an e-mail: rene@fleschenberg.net
.
If you run into any other issues with django-shop, I suggest that you open an issue here: https://github.com/awesto/django-shop/
It's easier for us if we keep all issues in one repository. Thanks!
django-filer and easy_thumbnails is beautiful libraries but I have another logic of load of pictures. And I don't need django-filer and easy_thumbnails. But I cannot remove them because NotificationAttachment has attachment = FilerFileField(...) in shop/models/notification.py. My trying of fix this moment is fail. I think code should look like that:
I get error.
Also I tried to emulate FilerFileField, but I get error..
I will glad for help me!