0

I have a web app which I am creating for screen writers. I need to have a filesystem so that the users can see which files they recently created. They also will have the option to create a new file which they will be able to edit and save online. I was wondering if anybody knows of a django app, that allows user to create and edit files.

4

1 回答 1

1

只需使用正常的文件机制。Django 的文件字段是独立于存储的,并且会按照配置将它们保存到磁盘、WebDAV、S3 等。

于 2012-05-09T16:23:45.477 回答