寻找一个基于Python的网络应用程序来提供文件服务

发布于 2024-08-21 23:11:42 字数 1539 浏览 7 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

往事风中埋 2024-08-28 23:11:42

Flask-Autoindex 就是您正在寻找的...

Flask-AutoIndex 自动为您的 Flask 应用程序生成索引页。结果就像mod_autoindex一样,但是看起来更棒!看看这个:

flask

Flask-Autoindex is what you're looking for...

Flask-AutoIndex generates an index page for your Flask application automatically. The result just like mod_autoindex, but the look is more awesome! Look at this:

flask

如日中天 2024-08-28 23:11:42

看看这个问题:

在 Django 应用程序中提供静态网页的最佳方式是什么?

将 Django 与 Flatpages 应用程序一起使用。我不能确定,因为你的评论和你的问题不同意,但我认为这就是你正在寻找的。

Look at this question:

What is the best way to serve static web pages from within a Django application?

Use Django with the flatpages app. I cannot be sure, since your comments and your question disagree, but I think this is what you're looking for.

彼岸花似海 2024-08-28 23:11:42

Pylons 和 Django 是两个流行的 Python 框架,它们使用模板、模型、漂亮的 url 等。它们都是开源的。

塔:http://pylonshq.com/

Django:http://www.djangoproject.com/

他们都应该做你需要的一切。

Pylons and Django are two popular frameworks for Python that use templates, models, pretty url's etc.. They are both open source.

Pylons: http://pylonshq.com/

Django: http://www.djangoproject.com/

They both should do everything you need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文