如何安装pinax symposion示例项目?

发布于 2024-12-13 13:19:49 字数 360 浏览 1 评论 0原文

我正在尝试学习 Django,为此我想研究一个示例项目,以了解一个主页上的不同应用程序如何交互。

我遇到了从 GitHub 克隆的 Pinax Symposion 示例,并尝试使用

./setup.py build
./setup.py install

As I am 安装它对 Python 和 Django 不熟悉,我不知道如何从那里启动并运行 symposion 示例。

我需要将此应用程序添加到 settings.py 中吗?如何设置 url?

I am trying to learn Django and for this I would like to study a sample project to see how different apps on one homepage interact.

I was running into the Pinax Symposion sample which I cloned from GitHub and and tried to install it using

./setup.py build
./setup.py install

As I am new to Python and Django I do not know how to get the symposion sample up and running from there.

Do I need to add this application to the settings.py? How do I setup the urls?

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

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

发布评论

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

评论(1

柏拉图鍀咏恒 2024-12-20 13:19:49

您应该阅读安装文档:
http://pinaxproject.com/docs/dev/gettingstarted/#installation

你一个安装了虚拟环境并安装了 pinax,你必须运行:

(mysite-env)$ python manage.py syncdb
(mysite-env)$ python manage.py runserver

You shuold read the installation doc:
http://pinaxproject.com/docs/dev/gettingstarted/#installation

One you installed the virtual env and installed pinax, you have to run:

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