Pinax导入错误

发布于 2024-10-27 04:37:41 字数 316 浏览 0 评论 0原文

首次尝试运行 Pinax 0.7rc1 basic_project 时收到此消息。

“异常值:无法导入名称消息”

Pinax 安装 Django 1.0.3,我认为该版本没有消息模块。

有什么帮助吗?

http://dpaste.com/525105/

Django 1.0.3 在此处输入图像描述

Receiving this when attempting to run Pinax 0.7rc1 basic_project for the first time.

"Exception Value: cannot import name messages"

Pinax installs Django 1.0.3 and I don't think this version has the messages module.

Any help?

http://dpaste.com/525105/

Django 1.0.3
enter image description here

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

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

发布评论

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

评论(1

夏の忆 2024-11-03 04:37:41

http://pinaxproject.com/docs/dev/faq/

Pinax 可以工作吗在 Django 1.1 上?

是的。 Pinax 0.7 随 Django 1.0.4 一起发布
默认情况下。 Django 1.1 来得太晚了
在我们的 0.7 发布周期中。然而,我们
在 Django 1.1 上进行了测试以确保它
有效,而且效果很好。使用 Django
1.1 在您的 Pinax 项目中只需遵循我们的安装文档即可
一旦你进入虚拟世界
环境运行:

pip install -U Django==1.1.1

这将安装 Django 1.1.1
1.0.4。

Pinax 可以在 Django 1.2 上运行吗?

是和否。我们的稳定版本 0.7.X
(0.7.2) 不支持 Django
1.2.我们将尝试使 0.7.3 兼容 Django 1.2 上运行。
安装 Django 1.2 而不是 1.0
0.7 的船舶也会以同样的方式工作
如上所示。我们希望能够发布
0.7.3 很快。没有时间表。

另一方面我们的发展
Pinax 版本将随 Django 一起发布
1.2.请继续关注有关 0.9 版本的更多消息。

Django 1.2 中的新增功能:添加了消息框架。

http://docs.djangoproject.com/en/1.3/ref/contrib/消息/

http://pinaxproject.com/docs/dev/faq/

Does Pinax work on Django 1.1?

Yes. Pinax 0.7 ships with Django 1.0.4
by default. Django 1.1 came too late
in our 0.7 release cycle. However, we
tested it on Django 1.1 to ensure it
works and it works well. To use Django
1.1 in your Pinax project simply follow our installation documentation
and once you are in the virtual
environment run:

pip install -U Django==1.1.1

This will install Django 1.1.1 over
1.0.4.

Does Pinax work on Django 1.2?

Yes and no. Our stable release 0.7.X
(at 0.7.2) does not support Django
1.2. We will attempt to make 0.7.3 compatible to run on Django 1.2.
Installing Django 1.2 over 1.0 that
ships with 0.7 will work the same way
as seen above. We hope to release
0.7.3 soon. There are no timelines.

On the other hand our development
version of Pinax will ship with Django
1.2. Stay tuned for more news regarding the releases of 0.9.

New in Django 1.2: The messages framework was added.

http://docs.djangoproject.com/en/1.3/ref/contrib/messages/

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