A possible instance of Askbot requires a lot of attachment (mostly pictures).
I am wondering how powerful the attachment management is at this point. Should I opt to use http://django-storages.readthedocs.org/en/latest/index.html such that I can use Amazon S3?
Django provides abstracted interface for the file storage, it is possible configure askbot to use AmazonS3 backend.
By default we use file system storage, but you can change that if you feel that it is better to store the files elsewhere.
Asked: Oct 09 '11
Seen: 31 times
Last updated: Oct 09 '11
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.