I have a Satchmo/Django e-commerce store that I've sort of inherited. :/
The client got an email from PayPal recently stating that they will be
updating fromm SHA-1 to SHA-256 and changing to a G5 Root Certificate as
well. I will need to update the store (probably specifically the P
Whoops that didn't work
└── store
├── __pycache__
├── localsite
├── static
│ ├── admin
│ ├── cache
│ ├── css
│ ├── fonts
│ ├── images
│ └── js
└── templates
├── contact
├── product
└── shop
--
You received this message b
└── store
├── __pycache__
├── contact
├── localsite
│ └── contact
├── static
│ ├── admin
│ ├── cache
│ ├── css
│ ├── fonts
│ ├── images
│ └── js
└── templates
├── contact
├── product
└── shop
--
You received thi
Can't figure out how to override this file, here is my directory structure
└── store ├── __pycache__ ├── localsite │ └── contact ├── static │ ├──
admin │ │ ├── css │ │ ├── img │ │ │ └── gis │ │ └── js
│ │ └── admin │ ├── cache
│ ├── css │ ├── fonts │ ├── images
tchmo"
I am issueing this line to build the sachmo-store python
/usr/local/lib/python2.6/site-packages/Satchmo-0.9.2-py2.6.egg/EGG-INFO/scripts/clonesatchmo.py
It shows as below and stopped building
Creating the Satchmo Application
Invalid skeleton directory. Path should be
/path/
ndex.html
and specifically this:
http://django-admin-tools.readthedocs.org/en/latest/quickstart.html
You probably didn't add dashboard to INSTALLED_APPS and you're
probably missing the urls as well.
> how can I configure it to ignore the satchmo admin templates?
and some of django
like the INSTALLED_APPS order is
significative and I don't understand it well.
how can I configure it to ignore the satchmo admin templates?
btw, could I make all this work with grappelli? it seems I could enjoy some
of the image uploading and wysiwyg editor
thanks
avraham
On Mon, Jul 16,
> I thought they extended the templates instead of trying to replace
> everything
they don't replace everything. But the admin site's index template is
called 'admin/index.html', so it's not easy to extend them. They DO
extend admin/base.html.
This is my dashboard.py file, where I create a modul
15, 2012 at 7:12 PM, אברהם סרור wrote:
> > Hi,
> >
> > I'm trying to use django admin tools with satchmo, I installed satchmo
> in my
> > dev machine and made a store with clonesatchmo.py
> > after that the store seemed to be running fine, so I installed
> >
x27;s templates'
behavior
On Sun, Jul 15, 2012 at 7:12 PM, אברהם סרור wrote:
> Hi,
>
> I'm trying to use django admin tools with satchmo, I installed satchmo in my
> dev machine and made a store with clonesatchmo.py
> after that the store seemed to be running fine, so I
Hi,
I'm trying to use django admin tools with satchmo, I installed satchmo in
my dev machine and made a store with clonesatchmo.py
after that the store seemed to be running fine, so I installed
django-admin-tools using the instructions on their website
but I didn't manage to make
import django.core.handlers.wsgi
> application = django.core.handlers.WSGIHandler()
>
>
> And a few days of Googling later, I find deployment more difficult
> than any other part of building a Django site. Could you lmgtfy a
> query whose top results will work?
>
&
Dear Jonathan,
I know a lot of things about you... you are an Orthodox Christian
Author, your skills are Ajax, CGI, CMS, CSS, Django, HTML, IA, JSON,
JavaScript, LAMP, Linux, Perl, PHP, Python, SQL, UI, Unix, Usability,
UX, XHTML, XML,...
I know you only check the first results in search engines,
Dear Jonathan,
I answer on Django as there is nothing Satchmo specific in your message.
This link should help you on start up: http://lmgtfy.com/?q=mod_wsgi
+django
A developer with your skills really should know to ask straight forward
questions and to use search engines.
Please Jonathan, your
at
rather than mod_fcgi.
I'm cross-posting this answer since you cross-posted the question, but it
would probably be best to stick with the general django list unless/until
you're asking about something satchmo-specific.
Hope that helps,
--Stuart
On Jul 2, 2012 7:53 AM, "Jonat
I am trying to deploy a "Hello, world!" Satchmo store and have had difficulties
under Apache with mod_wsgi, Gunicorn (fails immediately on attempted start),
and mod_fcgi (I can start the daemon on 127.0.0.1 port 1234, but my attempt to
get live web interaction didn't pan ou
I have a custom product model
--
from django.db import models
from django.utils.translation import ugettext_lazy as _
from product.models import Product
class alkBrand(models.Mo
Not sure about satchmo, but a brand would be intel, and a brand category
would be microprocessor.
Mark
On May 5, 2012 10:24 AM, "kooliah"
wrote:
> I'm not english mother language, so I can't understand the difference from
> brand and brand category, i googled very muc
I'm not english mother language, so I can't understand the difference
from brand and brand category, i googled very much but i can't find a
clear example.
Can anyone make me a simple real example (shoes, books, hardware,
wathever) of a product with brand and brand category, by words not by cod
Master http://ermaster.sourceforge.net/
or Aqua Studio to generate the Graph.
On May 3, 8:42 am, kooliah
wrote:
I need to import an already running database into a satchmo store.
I started to make an ER graph, as a reference for the fields mapping, by
myself, but if someone had already done it, i
You could use something like ER Master http://ermaster.sourceforge.net/
or Aqua Studio to generate the Graph.
On May 3, 8:42 am, kooliah
wrote:
> I need to import an already running database into a satchmo store.
> I started to make an ER graph, as a reference for the fields mapping, by
&g
I need to import an already running database into a satchmo store.
I started to make an ER graph, as a reference for the fields mapping, by
myself, but if someone had already done it, i'd like to save time.
Thanks to all
Kooliah
--
You received this message because you are subscribed t
On 03/15/2012 10:41 PM, Joel Goldstick wrote:
My settings won't work for you unless you put your files in the same
directories as I do.
I did, i change settings according to my strcture trying either relative
than absolute path, but it does not solve the problem
I think it's some prefix to p
On Thu, Mar 15, 2012 at 4:59 PM, kooliah
wrote:
> On 03/15/2012 09:22 PM, Joel Goldstick wrote:
>>
>> I had problems similar to you with my static files. First, I am
>> assuming you are using v1.3 of Django? V1.0 did this differently
>>
>> Below is a snippet from my settings.py:
>>
>> Django is d
On 03/15/2012 09:22 PM, Joel Goldstick wrote:
I had problems similar to you with my static files. First, I am
assuming you are using v1.3 of Django? V1.0 did this differently
Below is a snippet from my settings.py:
Django is doing some things I don't really understand, but in your
case I think
On Thu, Mar 15, 2012 at 2:29 PM, kooliah
wrote:
> I’m trying to run a satchmo store as an app of a django project
> I create a django project myprj (django-admin.py startproject myprj)
>
> I create a satchmo store (clonesatchmo.py)
> I copied settings.py and local_settings.py from
I'm trying to run a satchmo store as an app of a django project
I create a django project myprj (django-admin.py startproject myprj)
I create a satchmo store (clonesatchmo.py)
I copied settings.py and local_settings.py from myprj/store
I modify myprj/urls to have shop in the /store subfold
On Monday, 19 December 2011 07:42:33 UTC, Anthony Navarro wrote:
>
> Hi folks,
>
> I'm running a micro ec2 instance with Linux(Ubuntu), Apache Web
> Server, and MySQL. I've been having problems getting started with
> Satchmo (www.satchmoproject). In a nutshell, after g
Hi folks,
I'm running a micro ec2 instance with Linux(Ubuntu), Apache Web
Server, and MySQL. I've been having problems getting started with
Satchmo (www.satchmoproject). In a nutshell, after going through all
the steps on the Satchmo installation page (http://
www.satchmoproject.co
rface expert but it is clear this is an area of need.
Richard
On Sat, Dec 17, 2011 at 1:09 AM, Alec Taylor wrote:
> Good afternoon,
>
> I am considering building a GMail/Hotmail style checkbox drag-and-drop
> for Satchmo product groups.
>
> e.g.: http://i42.tinypic.com/110kwfk.pn
Good afternoon,
I am considering building a GMail/Hotmail style checkbox drag-and-drop
for Satchmo product groups.
e.g.: http://i42.tinypic.com/110kwfk.png
What do you think of this design?
How would I go about building this in Satchmo?
Thanks for all suggestions,
Alec Taylor
FYI: I'
Thank you very much for the answers.
Kenneth, i took a look at satchless but i think satchmo will fit my
porpouses better. But knowing it is 100% Django is really useful:).
Bill,
Good to know of this lack of flexibility. But thankfully the point 1 you
mentioned, won't be a problem and 2. i
On Thu, Sep 22, 2011 at 7:56 AM, kenneth gonsalves
wrote:
> On Thu, 2011-09-22 at 08:45 -0300, Renato Beserra wrote:
>> 1) Is satchmo a good choice for a simple project?
>
> it is good - but for a simple project you may may also look at
> satchless.
>>
>> 2) How
On Thu, 2011-09-22 at 08:45 -0300, Renato Beserra wrote:
> 1) Is satchmo a good choice for a simple project?
it is good - but for a simple project you may may also look at
satchless.
>
> 2) How different is it from a regular django app? I mean, will my
> Django background - and code
Hi guys,
I have done a few django projects with complete success and now i am about
to start a simple online store.
I was considering to use some php framework, but then i saw Satchmo and its
features page convinced me to use it.
But i didn't know sactchmo before and so i would like to as
On 30/08/11 15:55, John Fabiani wrote:
Hi,
I can't get one the website.
Johnf
http://www.downforeveryoneorjustme.com/http://www.satchmoproject.com/
Tim.
http://percussion360.com/
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to t
Hi,
I can't get one the website.
Johnf
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com.
On Sat, Jul 30, 2011 at 2:51 AM, Cal Leeming [Simplicity Media Ltd] <
cal.leem...@simplicitymedialtd.co.uk> wrote:
>
> This is pretty much the only list I *enjoy* being a part of, and it
> probably wouldn't be like this unless certain etiquette was enforced.
>
>
What? Why the "only*? Do they more
On Fri, Jul 29, 2011 at 6:14 PM, Jacob Kaplan-Moss wrote:
> Hi Bobby --
>
> I'm quite sorry if you took my words as a threat. Such wasn't my
> intent -- at all. I'm simply trying to make clear certain community
> expectations. You're completely right that banning would be wildly
> inappropriate, a
On Fri, Jul 29, 2011 at 6:14 PM, Jacob Kaplan-Moss wrote:
> Hi Bobby --
>
> I'm quite sorry if you took my words as a threat. Such wasn't my
> intent -- at all. I'm simply trying to make clear certain community
> expectations. You're completely right that banning would be wildly
> inappropriate, a
Just for the record, this topic was also posted on the Satchmo list and
there are some decent performance improvement related discussions. No doubt
there are configurations of Satchmo that result in less than desirable speed
but there are some real life comments/examples from folks running big
Django is the best thing since the Civil Rights
Movement.
Satchmo is ok for the most part except for certain things
which do not work unless you correct the errors in the programming.
I'm sorry for ranting on the board.
I will never rant
Django is the next best thing to Emancipation.
I like Satchmo for the most part.
I'll keep my rants off list.
. I promise. You can follow me on
twitter @bloatedmanatee from now on.
Thanks for setting me straight everyone!
On Jul 29, 1:14 pm, Jacob Kaplan-Moss wrote:
>
Hi Bobby --
I'm quite sorry if you took my words as a threat. Such wasn't my
intent -- at all. I'm simply trying to make clear certain community
expectations. You're completely right that banning would be wildly
inappropriate, and I certainly wasn't suggesting that.
The Django community has histo
ake it, grow from it and come back with a better product.
>
> There was no slight intended toward the programmers and I doubt I'm
> the only one that has ever said that this version is bloated or with
> issues. I am sorry to the Satchmo team, and the sweet gentle aquatic
> bovine
light intended toward the programmers and I doubt I'm
the only one that has ever said that this version is bloated or with
issues. I am sorry to the Satchmo team, and the sweet gentle aquatic
bovine If I have caused personal insult to either. I have used
Satchmo for over three years now and it
Personally, I don't see why this has caused such a fuss.
It is quite obvious from OPs original message that it was a bit of light
hearted humor.
I think the most appropriate response here would be "loosen up..?"
Cal
On Fri, Jul 29, 2011 at 4:26 PM, Jacob Kaplan-Moss wrote:
> On Thu, Jul 28, 20
On 2011-07-29, at 01:26 , Russell Keith-Magee wrote:
> Yes, it really was. He opened a request for a subject line and first
> sentence by comparing Satchmo to a fat, ungainly animal.
Now here I draw the line, this is not acceptable. Manatees have feelings too.
--
You received this m
On Thu, Jul 28, 2011 at 11:16 AM, Cal Leeming [Simplicity Media Ltd]
wrote:
> Hold on, we are in danger of restricting the freedom of speech on this
> mailing list.
There is no right to free speech on a mailing list.
We already restrict what's allowed on this list. Beekeeping, wool
socks, hand g
On Jul 28, 2011, at 4:26 PM, Russell Keith-Magee wrote:
>
> Yes, it really was. He opened a request for a subject line and first
> sentence by comparing Satchmo to a fat, ungainly animal. That's isn't
> a productive way to begin a request for help.
Now let's not
On Fri, Jul 29, 2011 at 2:16 AM, Cal Leeming [Simplicity Media Ltd]
wrote:
>
>
> On Thu, Jul 28, 2011 at 7:03 PM, Jacob Kaplan-Moss
> wrote:
>>
>> On Thu, Jul 28, 2011 at 7:15 AM, Bobby Roberts
>> wrote:
>> > satchmo has become a bloated manatee of a co
The Satchmo group is great. I bet if you post this question there, and
leave off the first sentence, or at least tweak the tone and tenor of
it, you'll eventually get pointed in the right direction.
If you have a lot of product variations for each product you may have
to use custom produc
On Thu, Jul 28, 2011 at 7:03 PM, Jacob Kaplan-Moss wrote:
> On Thu, Jul 28, 2011 at 7:15 AM, Bobby Roberts
> wrote:
> > satchmo has become a bloated manatee of a codebase.
>
> Hey, this isn't OK. I can tell you're frustrated, but insulting other
> people's wo
On Thu, Jul 28, 2011 at 7:15 AM, Bobby Roberts wrote:
> satchmo has become a bloated manatee of a codebase.
Hey, this isn't OK. I can tell you're frustrated, but insulting other
people's work isn't acceptable around here. You should realize there
are real people, just like
satchmo has become a bloated manatee of a codebase. Does anyone know
why it run so slowly now? Or, do you have to feed it treats or
something secretive to get it running properly? I've got two satchmo
sites on a 256mb slice at slicehost and they are pretty much unusable
at the moment.
--
anyone know where to adjust the upload size of the product images in
satchmo?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, sen
I am a django beginner. I just made a shop with satchmo.
I want to set two price for one product. It is like one button in my
page to select the area and display different price for USD or EURO.
Could you give me some advice?
Thanks. :)
--
You received this message because you are subscribed
You are right. Thank you.
Then I just need to add a button in the page to switch the currency.
However, still have no idea for this. :(
On 4/15/11, Chris Moffitt wrote:
> First off, you'll probably get better responses on the Satchmo list.
>
> Secondly, changing languages doesn
First off, you'll probably get better responses on the Satchmo list.
Secondly, changing languages doesn't change currency symbols, which should
make sense. 1 Euro is not equal to 1 Dollar. If we were to change symbols,
we'd also need to do a currency conversion. It's not imp
Hello, I just make a satchmo shop. 3 languages.
But the currency make me stuck.
I just want the site change the currency when changing the language.
In satchmo settings.py, it is like
L10N_SETTINGS = {
'currency_formats' : {
'EURO' : {
yeah we've followed all the instructions
On 03/10/2011 08:00 AM, pols wrote:
try re-installing thumbnail
easy_install sorl-thumbnail==3.2.5
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send email to django-users@g
try re-installing thumbnail
easy_install sorl-thumbnail==3.2.5
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsub
both of these are done and we're still getting the error.
On 03/10/2011 04:32 AM, pols wrote:
Check in settings.py installed apps for the entry
'satchmo_utils.thumbnail', If not istalled add this.If you are using
new version you may need to add {% endthumbnail %} in the templates
before closing
Check in settings.py installed apps for the entry
'satchmo_utils.thumbnail', If not istalled add this.If you are using
new version you may need to add {% endthumbnail %} in the templates
before closing endif
--
You received this message because you are subscribed to the Google Groups
"Django use
I ran into this issue also with the latest version of satchmo and sorl-
thumbnail. According to the sorl-thumbnail documentation, the tag
needs to be closed like so:
{% thumbnail item.image "100x100" crop="center" as im %}
{% endthumbnail %}
It is quite likely you are
anyone have any other ideas?
On Feb 22, 5:02 pm, Bobby Roberts wrote:
> Hey Daniel -
>
> we've got {% load thumbnail%} at the top of the template (a standard
> satchmo template anyway)... running version 3.2.5 for sorl.
>
> On Feb 22, 4:25 pm, Daniel Roseman wrote:
>
&
Hey Daniel -
we've got {% load thumbnail%} at the top of the template (a standard
satchmo template anyway)... running version 3.2.5 for sorl.
On Feb 22, 4:25 pm, Daniel Roseman wrote:
> On Tuesday, February 22, 2011 6:22:16 PM UTC, Bobby Roberts wrote:
>
> > Hi group. I&
hey daniel -
we've got {%load thumbnail%} at the top of the standard satchmo
template.
On Feb 22, 4:25 pm, Daniel Roseman wrote:
> On Tuesday, February 22, 2011 6:22:16 PM UTC, Bobby Roberts wrote:
>
> > Hi group. I've posted this in the satchmo group but am posting her
On Tuesday, February 22, 2011 6:22:16 PM UTC, Bobby Roberts wrote:
>
> Hi group. I've posted this in the satchmo group but am posting here
> as well in hopes of getting some help.
>
> This error is caused by this code:
>
>
Hi group. I've posted this in the satchmo group but am posting here
as well in hopes of getting some help.
This error is caused by this code:
{% if product.main_image %}
{% thumbnail product.main_image.picture 85x85 as image
%}
{%
Hi group. I've posted this in the satchmo group but am posting here
as well in hopes of getting some help.
This error is caused by this code:
{% if product.main_image %}
{% thumbnail product.main_image.picture 85x85 as image
%}
{%
Hello everyone...
Ive been having the following problem in my satchmo shop, when
registering a new account, the template welcome.txt is not loading the
variable 'company_name' --> debug info : http://dpaste.com/236858/
Besides that there are two things that I want to do... One is t
Rafael,
You should probably direct your question to the satchmo-user's list to get
more responses.
I'm not aware of any Postgresql specific issues so if you can provide more
details on the satchmo list, we'll try to help.
-Chris
On Tue, May 11, 2010 at 5:35 PM, Rafael Pineda wr
Hi guys, im new here but recently i came across this problem of a
little project of mine, who runs great in sqlite3 but when i try to go
into production mode (using postgresql 8.4), it just doesnt let me
syncdb, so i was wondering if anyone knew about incompatibilities and
such.
Rafael Pineda
-
> I'm interested in finding out more about practical use of django's
> multi-language capabilities for international sites. Do any of you
> have experience with this? And can you point towards resources/apps
> etc. for utilizing these features?
This is for i18n of the interface:
http://docs.dja
I'm not sure exactly what your application needs are, but... we
implement our intranet apps on Django at a bilingual (English/
Japanese) company. It's pretty much like the docs say it is... The
hardest part may be setting up the gettext utilities if you don't
already have them.
Make sure the se
Hi guys,
I found 2 e-commerce applications available for django: Satchmo [1]
and LFS [2]. None of then is widely used in country (Brazil). I
planning to adapt them to the Brazilian reality, create payment
modules, etc.
I will try both before make a choice. Anyway, do you have any useful
note
Hi All,
I'm interested in finding out more about practical use of django's
multi-language capabilities for international sites. Do any of you
have experience with this? And can you point towards resources/apps
etc. for utilizing these features?
Thank you.
--
You received this message because
Thank you, Andrew and Laszlo.
On Mon, Mar 22, 2010 at 3:17 PM, Laszlo Antal wrote:
> Hi,
>
> I use this installation and it works.
> http://bitbucket.org/chris1610/satchmo/wiki/ImprovedInstallationProcess
>
> <http://bitbucket.org/chris1610/satchmo/wiki/ImprovedInstalla
Hi,
I use this installation and it works.
http://bitbucket.org/chris1610/satchmo/wiki/ImprovedInstallationProcess
<http://bitbucket.org/chris1610/satchmo/wiki/ImprovedInstallationProcess>Hope
it helps
lzantal
On Mon, Mar 22, 2010 at 12:14 PM, Andrew wrote:
> Go t
Go to:
http://groups.google.com/group/satchmo-users
On 15 мар, 20:10, Jonathan Hayward
wrote:
> I'm trying to get satchmo up and running from the instructions
> athttp://bitbucket.org/chris1610/satchmo/downloads/Satchmo.pdf, and when I
> get to 2.1.3 (installing PIL manually a
I'm trying to get satchmo up and running from the instructions at
http://bitbucket.org/chris1610/satchmo/downloads/Satchmo.pdf , and when I
get to 2.1.3 (installing PIL manually as a workaround), there is no
/bin/clonesatchmo.py. After digging around, I move the scripts from the
install dire
Can anyone show me any examples of Membership organizations that use
Django/Satchmo for:
* membership registration w/recurring billing for annual dues
* events registration (like eventbrite type stuff)
Thank you.
--
You received this message because you are subscribed to the Google Groups
Thanks for your honesty, Chris. I'll keep the community posted if we
go the Django and/or Satchmo route.
On Feb 9, 8:55 am, Chris Moffitt wrote:
> Based on the additional details describing what you're trying to do, you may
> be reaching the threshold where Satchmo (or any cur
Based on the additional details describing what you're trying to do, you may
be reaching the threshold where Satchmo (or any current package) is going to
have to be so heavily modified that it might make sense to roll your own.
It sounds like you're trying to develop almost an E
about cloning Satchmo - but trying to
understand how easily extensible it is and at what point I may as well
build my own solution, because the gap between what I need and what
Satchmo does is too great. And, for that, you're right - I need to be
more specific. So here a couple things I think
You may get some more answers on the Satchmo list but I assume all those
folks are on this list too. I'll attempt to provide some answers here
because it's probably of interest to the broader community.
Whenever I hear people talking about writing something from scratch, I think
about
Python and Ruby are new
to me.) Web2py doesn't have any existing e-commerce project, so that
lead me to look at Django/Satchmo. I'm guessing the Satchmo
customization necessary is probably on the order of 20-30%.
The question is whether that 20-30% customization is going to be more
of
Hi all,
Has anyone customized the UPS shipping module of Satchmo?
Here's what we'd like to do:
The customer wants UPS to give a quote for all products being shipped
in one container (by default, b/c of the way Satchmo communicates w/
UPS, the quote is assumes each product will get
#1: Post this on DjangoGigs
#2: Asking for a time estimate with no requirements can not produce useful
responses.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscrib
We need someone to customize the shipping module in Satchmo. If this
is something you have done or think you have the skills to do please
send information about how much time it will take, per hour cost and
when it can be ready.
--
You received this message because you are subscribed to the
My buddy did a talk on generically importing data from excel for
pyatl.
http://www.mefeedia.com/watch/25167971
You can check out some code here:
http://code.google.com/p/django-batchimport/
Not sure how it will do with this satchmo business.
> there is no script for parsing. I'm i
ing in the /admin list area for satchmo.
this really could be a general question and not a satchmo specific
one. What could cause items in the database to NOT show up in the /
admin area via list or search?
On Nov 18, 5:06 am, Francois Verbeek wrote:
> what's your model like? What's
ipt -- that would contain your
data-- can work.
Francois
- Original Message -
From: "Bobby Roberts"
To: "Django users"
Sent: Tuesday, 17 November, 2009 9:19:21 PM
Subject: bulk product import to satchmo
I've posted this on the satchmo group but i'm not
I've posted this on the satchmo group but i'm not getting any love so
I wanted to post it here to see if anyone has done what i'm trying to
do. My client has about 3500 products in an excel spreadsheet and i'm
trying to at least import as much product data as possible so tha
- any clues?
Thanks,
On 27 Oct, 15:48, captainmish wrote:
> Hello
>
> First apologies for cross-posting, this is also a discussion in
> satchmo-users.
>
> I am trying to secure admin urls using satchmo's (0.9)SSLRedirectMiddleware,
> using HTTPS_PATHS in settings. It works
Hello
First apologies for cross-posting, this is also a discussion in
satchmo-users.
I am trying to secure admin urls using satchmo's (0.9)
SSLRedirectMiddleware, using HTTPS_PATHS in settings. It works
perfectly in django 1.1, but breaks in 1.1.1 with "Django can't
perform a SSL
Great news! Congrats, Cris.
I intend to use Satchmo in my next project.
Renato Amaral
2009/10/25 Chris Moffitt
> I am very happy to announce that Satchmo 0.9 is now released.
>
> Satchmo is an ecommerce framework built on the Django framework. It is
> designed to be robust and f
I am very happy to announce that Satchmo 0.9 is now released.
Satchmo is an ecommerce framework built on the Django framework. It is
designed to be robust and full featured out of the box but allow developers
flexibility to modify the store to fit your unique needs.
This release is a major
Hello all,
For a client, we're currently looking at integrating Satchmo with
OpenERP as a backend (so that they can use Satchmo as an online shop,
but OpenERP for all of the stock management and shipping). One approach
we're considering is getting Satchmo to back its Order model dire
1 - 100 of 131 matches
Mail list logo