I have a social community built in Django, and i want to add a upload/download/read(documents) feature for users, so that many users can do these operations in the same time.
What do you recommend me? The standard Django upload/download document feature is ok for that purpose?
Thanks!