Kim Thoenen

Results 5 comments of Kim Thoenen

Yes, it's quite easily achievable in general: First, install and configure https://github.com/etianen/django-s3-storage. Then: ``` python # initialize the storage from django_s3_storage.storage import S3Storage safe_storage = S3Storage() # use it in...

- this: if a redirect is selected, don't reload the page and redirect then but directly respond with a HTTPRedirect

Reopened due to https://github.com/aldryn/aldryn-forms/commit/3231d76b45cdb72301e91ac747e11dffa5d2b69f

No "for" tag in main label for multiple select fields

@ewann Thanks for your detailed feedback! Pinging the responsible maintainers @Brankub and @evildmp.