如何安装pinax symposion示例项目?
我正在尝试学习 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该阅读安装文档:
http://pinaxproject.com/docs/dev/gettingstarted/#installation
你一个安装了虚拟环境并安装了 pinax,你必须运行:
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: