First time here? Check out the FAQ!
1

How powerful is the attachment management?

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?

DealsVistaCom's avatar
137
DealsVistaCom
asked 2011-10-09 03:06:54 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

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.

Evgeny's avatar
13.2k
Evgeny
answered 2011-10-09 08:47:47 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments