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?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
DealsVistaCom's avatar
137
DealsVistaCom
asked 13 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 13 years ago
link

Comments

see more comments