Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人建议我使用 Python - Django 框架(而不是 php)创建一个网站。 在其文档中,Django 表示它与高于 2.7 的 Python 版本不兼容。 在 Python 下载页面上,可用的最低版本是 2.73。 有什么建议吗?
Django 1.4 和即将推出的 1.5 将与 Python 2.7.3 一起正常工作。
当 Django 说 Python 2.7 时,它的意思是 2.7.X。您可以使用 Python 2.7 的任何版本,包括 2.7.3。
来自Django 1.5 常见问题解答:
Django 需要 Python,特别是 Python 2.6.5 - 2.7.x。基本的 Django 使用不需要其他 Python 库。Django 1.5 还对 Python 3.2.3 及更高版本提供了实验性支持。