Questions tagged [satchless]

e-commerce python microframework for Django

Satchless is an e-commerce Python microframework for Django. It's made with a simplistic approach, opposite to that of Satchmo (which is big).

5 questions
16
votes
1 answer

Django unable to load test fixtures, IntegrityError

I'm using Saleor/Satchless to power and e-commerce site (inherited the project). I couldn't find a Saleor mailing list so posting here instead. I dumped the DB to create some test fixtures. ./manage.py dumpdata -e contenttypes -e sessions -e south…
Andres
  • 2,880
  • 4
  • 32
  • 38
5
votes
1 answer

Where is the famous excellent documentation of Satchless?

It's not a joke. I'm trying to see if I'm missing something. In the official documentation, I see only a description and the claim that the framework is well-documented. I wonder where is this excellent documentation? I need to write a simple demo…
culebrón
  • 34,265
  • 20
  • 72
  • 110
1
vote
1 answer

issues with satchless app

I am using satchless app in my local server. It is installed at python path. Later i have create my project in my home directory and modify the settings.py file as described in this doc But when i am running my server and goes to localserver…
user1746291
  • 323
  • 2
  • 5
  • 15
0
votes
1 answer

stroller (turbogears) not working

I'am trying to build an e-commerce website using turbogears. Initially I modified the tgapp-photos to make the items come on the page properly. But then I find it difficult to make cart from the scratch and hence thought to use stroller. However,…
0
votes
1 answer

Django session scope

I'm currently developing an e-commerce website using Django 1.6 and Satchless. I have two applications in my project: home and nos_produits. I'm trying to store the satchless cart object in the django session in order to display the related…
souna
  • 23
  • 4