Closed miguelgr closed 1 year ago
Declare backend dependencies on the setup.py file instead.
Installing an Amazon S3 backend results in:
pip install django-distill[amazon]
The naming convention follows the company name but could also be [company-product] in case more are supported.
Thanks! Nice addition.
Declare backend dependencies on the setup.py file instead.
Installing an Amazon S3 backend results in:
pip install django-distill[amazon]
The naming convention follows the company name but could also be [company-product] in case more are supported.