问题标签 [django-lfs]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
917 浏览

django - Django LFS - 自定义视图

对于所有那些喜欢快速购物的用户。我正在尝试实现我自己的第一页视图,该视图将列出商店中的所有产品(在“/”地址下)。所以我有一个模板:

然后我编辑了主商店视图:

但它什么也没显示。当我在 shell 中进行 Product.objects.all() 查询时,我得到了结果。有什么想法可能导致问题吗?也许我应该只过滤具有“活动”状态的产品?但我不确定它是否能以任何方式影响所有对象。

0 投票
1 回答
459 浏览

django - 将 django 与 django-lfs 集成

我尝试像 django 应用程序一样集成 django-ifs,而不使用 buildout。现在我可以在syncdb django创建所有模型之后启动服务器。当我尝试在页面上显示产品时,我可以管理商店,添加产品但是它的显示

异常值:Caught AttributeError while rendering: 'Shop' object has no attribute 'content_type'

异常位置:/home/siraset/works/env-brille/lib/python2.6/site-packages/django_portlets-1.0b2-py2.6.egg/portlets/templatetags/portlets_tags.py in portlet_slot, line 21

0 投票
3 回答
1966 浏览

python - 如何在 django 应用程序中安装翻译“.po”?

几天前我完成了,为我的母语 (pt_BR) 创建了 Django-LFS (Lightning Fast Shop) 的翻译文件。现在已经完成了,我需要安装在 Transifex 中完成翻译后下载的“.po”文件。

好的,我下载了文件,但现在我需要安装它,我只是不知道如何。我尝试将文件放在“lfs-installer”文件夹中,使用“bin/django compilemessages -a”,尝试了同样的事情,但文件位于许多不同的文件夹中,但我不能让我的 LFS 使用我的翻译文件。 ..

有谁知道如何使翻译包在 lfs 上工作?还是我做错了什么?

谢谢

0 投票
1 回答
350 浏览

python - django-lfs 产品模板

我对 django-lfs 很陌生。

我一直在玩代码,试图建立一个满足我需求的商店。我遇到了一个我无法解决的问题。

我需要从产品视图(目录/产品/内联)访问我可以访问此页面的类别。如果显示面包屑,我可以看到它。示例:主页 > 类别 1 > 产品 1 但我无法访问“类别”对象,因此我可以使用它的数据。

有没有人可以帮助我。

提前致谢

0 投票
1 回答
617 浏览

jquery - simplejson double escapes data causing invalid JSON string

I have a simple form for managing manufacturers in my shop. After posting form, ajax call returns json with updated data to the form. Problem is, that the returned string is invalid. It looks like it was double-escaped. Strangely similar approach across the whole shop works without any problems. I'm also using jquery 1.6 as javascript framework.

Model contains of 3 fields : char for name, text for description and image field for manufacturer logo.

The function :

The error in console : error with invalid JSON :

uncaught exception: Invalid JSON: {"html": [["#data", "\n<h2>Dane</h2>\n<div class="\&quot;manufacturer-image\&quot;">\n \n</div>\n<form action="\&quot;/manage/update-manufacturer-data/1\&quot;" method="\&quot;post\&quot;">\n \n <div class="\&quot;field\&quot;">\n <div class="\&quot;label\&quot;">\n <label for="\&quot;id_name\&quot;">Nazwa</label>:\n </div>\n \n \n <div class="\&quot;error\&quot;">\n <input id="\&quot;id_name\&quot;" name="\&quot;name\&quot;" maxlength="\&quot;50\&quot;" type="\&quot;text\&quot;">\n <ul class="\&quot;errorlist\&quot;"><li>Pole wymagane</li></ul>\n </div>\n \n </div>\n\n <div class="\&quot;field\&quot;">\n <div class="\&quot;label\&quot;">\n <label for="\&quot;id_image\&quot;">Zdjecie</label>:\n </div>\n \n \n <div>\n <input name="\&quot;image\&quot;" id="\&quot;id_image\&quot;" type="\&quot;file\&quot;">\n </div>\n \n </div>\n\n <div class="\&quot;field\&quot;">\n <div class="\&quot;label\&quot;">\n <label for="\&quot;id_description\&quot;">Opis</label>:\n </div>\n \n \n <div>\n <textarea id="\&quot;id_description\&quot;" rows="\&quot;10\&quot;" cols="\&quot;40\&quot;" name="\&quot;description\&quot;"></textarea>\n </div>\n \n </div>\n \n <div class="\&quot;buttons\&quot;">\n <input class="\&quot;ajax-save-button" button\"="" type="\&quot;submit\&quot;">\n </div>\n</form>"], ["#selectable-factories-inline", "\n <div>\n <a class="\&quot;selectable" selected\"\n="" href="%5C%22/manage/manufacturer/1%5C%22">\n L1\n </a>\n </div>\n\n <div>\n <a class="\&quot;selectable" \"\n="" href="%5C%22/manage/manufacturer/4%5C%22">\n KR3W\n </a>\n </div>\n\n <div>\n <a class="\&quot;selectable" \"\n="" href="%5C%22/manage/manufacturer/3%5C%22">\n L1TA\n </a>\n </div>\n\n"]]}

Any ideas ?

0 投票
1 回答
232 浏览

django - django-lfs 版本冲突

我正在尝试根据安装说明安装 django-lfs 。

运行“bin/buildout -v”时出现以下错误:

安装“djangorecipe”。

我们有满足“djangorecipe==1.1.2”的分布。

尽管:

安装。

获取部分 django。

初始化部分 django.

安装配方 djangorecipe。

错误:存在版本冲突。

我们已经有了:Django 1.1.1

我怎么能避免呢?

0 投票
1 回答
821 浏览

python - 在构建环境中安装包

我正在使用我使用 buildout 安装它的 django-lfs。现在我需要在我的开发环境中安装一些其他包。

我的问题是:在这种环境中安装其他软件包(不是系统范围)的最佳方法是什么。
假设我只想在我的开发环境中安装 django-debug-toolbar,而不是在生产环境中。

我是 virtualenv 和 pip 的用户

我的项目结构

0 投票
1 回答
459 浏览

python - 带有 apache+mod_wsgi 的单域上的 Django-CMS 和 LFS(带有 ubuntu 的亚马逊 ec2 服务器)

我很难在一个域上安装多个项目 Django。我想在同一个域上运行 Django-CMS 和 LFS:

  • mydomain.com (django-cms)
  • mydomain.com/store (LFS)

目前,我可以毫无问题地使用正确的 django-project 访问两个域,但是在 LFS 项目中,所有商店的链接都重定向到第一个域。例如,购物车链接重定向到mydomain.com/cart而不是mydomain.com/store/cart

我试图通过在所有 url 模式中添加“store/”来更改 url.py 文件,但它不起作用。我想我必须在 LFS 项目的 settings.py 中添加一个配置,但我不知道是什么。

你有什么想法吗?谢谢 !:)

PS:这里是我的 httpd.conf

0 投票
1 回答
911 浏览

django - 仅使用 pip 和虚拟环境(而不是使用 zc.buildout)安装 django-lfs(闪电快店)

这里django-lfsusing的安装zc.buildout

有谁知道你最好如何在没有zc.buildout和使用pipand a 的情况下安装它virtual evnvironment

0 投票
1 回答
112 浏览

django - 如何将 Django-lfs 文件添加到项目中

我正在尝试本文档“ https://github.com/MrTango/django-lfs-bootstrap ”中给出的一些步骤

第二步:

当我在GIT bash 中运行它时,它说pip command not found。任何人都请帮助我完成这些命令。