Lightning Fast Shop, Django e-commerce application
Questions tagged [django-lfs]
14 questions
2
votes
3 answers
How to install a translation ".po" in django app?
I finished a few days ago, creating a translation file for Django-LFS (Lightning Fast Shop) for my native language (pt_BR). Now that it's done, I need to install the ".po" file that I downloaded after finishing my translation in Transifex.
Ok, I…

Uriel Bertoche
- 883
- 2
- 13
- 23
1
vote
1 answer
Django LFS 0.10 No default admin user
i have installed LFS 0.10 as it said here but when I go to http://localhost:8000/login I can't login with admin/admin. And auth_user is empty as well.
Does any one know how to fix this?
Thanks.

Anton
- 1,001
- 9
- 23
0
votes
1 answer
django-lfs version conflict
I'm trying to install django-lfs according to the installation instructions.
While running "bin/buildout -v" I have the following error:
Installing 'djangorecipe'.
We have the distribution that satisfies…

Nailgun
- 3,999
- 4
- 31
- 46
0
votes
1 answer
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…

mike_hornbeck
- 1,612
- 3
- 30
- 51
0
votes
1 answer
django-lfs product template
i'm quite new to django-lfs.
I've been playing with the code trying to build a shop that fix my needs.
I've have run into an issue that i'm not able to fix.
I need to access , from the product view (catalog/product/inline) to the category from where…

sandok
- 53
- 7
0
votes
1 answer
pip django-lfs gives error
I'm trying to install Django-lfs on my pc(ubuntu 14.04 LTS).
I tried
sudo pip wheel django-lfs
but it gave me following error:
Collecting django-paypal==0.1.2.lfs-2 (from django-lfs)
Could not find a version that satisfies the…

FazeL
- 916
- 2
- 13
- 30
0
votes
2 answers
How to login into Django LFS as administrator?
I've installed Django LFS, but have no idea how to login as admin? Where that administrator is being created?
I've tryed to use DB user, but no success...

St Pavel
- 339
- 1
- 3
- 18
0
votes
1 answer
Integrate django with django-lfs
I try to integrate django-ifs like a django app without using buildout. Now I can start server by after syncdb django create all model. I can manage shop , add product BUT when I try to display product on page.Its display
Exception Value:Caught…

vernomcrp
- 3,459
- 11
- 34
- 44
0
votes
1 answer
Override templates in Django-LFS
I'm a n00b in django, I have done the polls tutorial and not too much more. I want to set up an online shop with Lightning Fast Shop (LFS), which does pretty much anything I need. I know it would be desirable to have a better django base...
One of…

bgusach
- 14,527
- 14
- 51
- 68
0
votes
1 answer
Django LFS - custom views
For all those ligthning fast shop users. I'm trying to implement my own first page view that will list all products from shop ( under '/' address). So I have a template :
{% extends "lfs/shop/shop_base.html" %}
{% block content %}

sasklacz
- 3,610
- 10
- 39
- 58
0
votes
1 answer
how to add Django-lfs file to the project
I am trying some steps given in this document "https://github.com/MrTango/django-lfs-bootstrap"
the 2nd step:
$ pip install -r requirements.txt
when i am running it in GIT bash it's saying pip command not found. Anybody please help me with these…

user2678110
- 3
- 1
- 5
0
votes
1 answer
Installing django-lfs (lightning fast shop) using only pip and a virtual environment (instead of using zc.buildout)
Here is the installation of django-lfs using zc.buildout.
Does anyone know how you would best go about to install it without zc.buildout and using pip and a virtual evnvironment instead?
$ mkvirtualenv shop_project
(shop_project)$ pip install…

Bentley4
- 10,678
- 25
- 83
- 134
0
votes
1 answer
Django-CMS and LFS on single domain with apache+mod_wsgi (amazon ec2 server with ubuntu)
I have some difficult to install multiple projects Django on a single domain. I want to run Django-CMS and LFS on same domain :
mydomain.com (django-cms)
mydomain.com/store (LFS)
For the time being, I can access to the two domains with the correct…

edfanhouse
- 246
- 2
- 6
0
votes
1 answer
Install package in buildout environment
I'm using django-lfs that i installed it using buildout.
Now i need to install some other packages to my development environment.
My question is: What is the best way to install other packages (not system wide) in this kind of environment.
Say i…

Ivan Pereira
- 2,149
- 3
- 24
- 32