Updating Satchmo/Django store to SHA-256 and G5 Root Certificate

2016-08-10 Thread jc
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

Re: How to override satchmo/apps/satchmo_store/contact/forms.py

2015-01-11 Thread RLF_UNIQUE
Whoops that didn't work └── store ├── __pycache__ ├── localsite ├── static │ ├── admin │ ├── cache │ ├── css │ ├── fonts │ ├── images │ └── js └── templates ├── contact ├── product └── shop -- You received this message b

Re: How to override satchmo/apps/satchmo_store/contact/forms.py

2015-01-11 Thread RLF_UNIQUE
└── store ├── __pycache__ ├── contact ├── localsite │ └── contact ├── static │ ├── admin │ ├── cache │ ├── css │ ├── fonts │ ├── images │ └── js └── templates ├── contact ├── product └── shop -- You received thi

How to override satchmo/apps/satchmo_store/contact/forms.py

2015-01-11 Thread RLF_UNIQUE
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

Not able to build the satchmo store

2013-10-04 Thread roopasingh250
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/

Re: satchmo and django-admin-tools

2012-07-16 Thread Tomas Neme
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

Re: satchmo and django-admin-tools

2012-07-16 Thread Avraham Serour
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,

Re: satchmo and django-admin-tools

2012-07-16 Thread Tomas Neme
> 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

Re: satchmo and django-admin-tools

2012-07-16 Thread Avraham Serour
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 > >

Re: satchmo and django-admin-tools

2012-07-16 Thread Tomas Neme
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

satchmo and django-admin-tools

2012-07-15 Thread אברהם סרור
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

Re: Difficulties deploying Satchmo store

2012-07-03 Thread ionic drive
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? > &

Re: Difficulties deploying Satchmo store

2012-07-03 Thread ionic drive
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,

Re: Difficulties deploying Satchmo store

2012-07-02 Thread ionic drive
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

Re: Difficulties deploying Satchmo store

2012-07-02 Thread Stuart Laughlin
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

Difficulties deploying Satchmo store

2012-07-02 Thread Jonathan Hayward
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

SATCHMO: Access custom product fields

2012-05-14 Thread kooliah
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

Re: SATCHMO - Brand vs Brand category - difference

2012-05-05 Thread Mark Phillips
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

SATCHMO - Brand vs Brand category - difference

2012-05-05 Thread kooliah
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

Re: Satchmo product model ER graph?

2012-05-03 Thread Daniel Sokolowski
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&#

Re: Satchmo product model ER graph?

2012-05-03 Thread Guddu
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

Satchmo product model ER graph?

2012-05-03 Thread kooliah
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

Re: Satchmo store as an app of a django project

2012-03-15 Thread kooliah
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

Re: Satchmo store as an app of a django project

2012-03-15 Thread Joel Goldstick
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

Re: Satchmo store as an app of a django project

2012-03-15 Thread kooliah
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

Re: Satchmo store as an app of a django project

2012-03-15 Thread Joel Goldstick
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

Satchmo store as an app of a django project

2012-03-15 Thread kooliah
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

Re: Satchmo + Django: mod_wsgi problems

2011-12-19 Thread Daniel Roseman
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

Satchmo + Django: mod_wsgi problems

2011-12-19 Thread Anthony Navarro
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

Re: GMail/Hotmail style checkbox drag-and-drop for Satchmo product groups

2011-12-17 Thread Richard Shebora
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

GMail/Hotmail style checkbox drag-and-drop for Satchmo product groups

2011-12-16 Thread Alec Taylor
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'

Re: Is Satchmo a good framework?

2011-09-22 Thread Renato Beserra
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

Re: Is Satchmo a good framework?

2011-09-22 Thread Bill Freeman
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

Re: Is Satchmo a good framework?

2011-09-22 Thread kenneth gonsalves
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

Is Satchmo a good framework?

2011-09-22 Thread Renato Beserra
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

Re: satchmo project down?

2011-08-30 Thread Tim Sawyer
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

satchmo project down?

2011-08-30 Thread John Fabiani
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.

Re: Satchmo, the bloated manatee

2011-08-01 Thread Venkatraman S
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

Re: Satchmo, the bloated manatee

2011-07-29 Thread Cal Leeming [Simplicity Media Ltd]
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

Re: Satchmo, the bloated manatee

2011-07-29 Thread Cal Leeming
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

Re: Satchmo, the bloated manatee

2011-07-29 Thread ch...@moffitts.net
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

Re: Satchmo, the bloated manatee

2011-07-29 Thread Bobby Roberts
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

Re: Satchmo, the bloated manatee

2011-07-29 Thread Bobby Roberts
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: >

Re: Satchmo, the bloated manatee

2011-07-29 Thread Jacob Kaplan-Moss
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

Re: Satchmo, the bloated manatee

2011-07-29 Thread Cal Leeming [Simplicity Media Ltd]
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

Re: Satchmo, the bloated manatee

2011-07-29 Thread Bobby Roberts
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

Re: Satchmo, the bloated manatee

2011-07-29 Thread Cal Leeming [Simplicity Media Ltd]
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

Re: Satchmo, the bloated manatee

2011-07-29 Thread Masklinn
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

Re: Satchmo, the bloated manatee

2011-07-29 Thread Jacob Kaplan-Moss
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

Re: Satchmo, the bloated manatee

2011-07-28 Thread Eric Chamberlain
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

Re: Satchmo, the bloated manatee

2011-07-28 Thread Russell Keith-Magee
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

Re: Satchmo, the bloated manatee

2011-07-28 Thread Matt Mansour
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

Re: Satchmo, the bloated manatee

2011-07-28 Thread Cal Leeming [Simplicity Media Ltd]
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

Re: Satchmo, the bloated manatee

2011-07-28 Thread Jacob Kaplan-Moss
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, the bloated manatee

2011-07-28 Thread Bobby Roberts
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. --

satchmo images

2011-06-16 Thread Bobby Roberts
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

satchmo: different price for difference areas

2011-04-19 Thread ug Charlie
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

Re: satchmo currency

2011-04-17 Thread ug Charlie
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

Re: satchmo currency

2011-04-15 Thread Chris Moffitt
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

satchmo currency

2011-04-14 Thread ug Charlie
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' : {

Re: Satchmo Error - Invalid block tag: 'thumbnail', expected 'else' or 'endif'

2011-03-10 Thread chris hendrix
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

Re: Satchmo Error - Invalid block tag: 'thumbnail', expected 'else' or 'endif'

2011-03-10 Thread pols
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

Re: Satchmo Error - Invalid block tag: 'thumbnail', expected 'else' or 'endif'

2011-03-10 Thread chris hendrix
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

Re: Satchmo Error - Invalid block tag: 'thumbnail', expected 'else' or 'endif'

2011-03-10 Thread pols
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

Re: Satchmo Error - Invalid block tag: 'thumbnail', expected 'else' or 'endif'

2011-03-08 Thread anvydigital
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

Re: Satchmo Error - Invalid block tag: 'thumbnail', expected 'else' or 'endif'

2011-02-25 Thread Bobby Roberts
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: > &

Re: Satchmo Error - Invalid block tag: 'thumbnail', expected 'else' or 'endif'

2011-02-22 Thread Bobby Roberts
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&

Re: Satchmo Error - Invalid block tag: 'thumbnail', expected 'else' or 'endif'

2011-02-22 Thread Bobby Roberts
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

Re: Satchmo Error - Invalid block tag: 'thumbnail', expected 'else' or 'endif'

2011-02-22 Thread Daniel Roseman
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: > >

Satchmo Error - Invalid block tag: 'thumbnail', expected 'else' or 'endif'

2011-02-22 Thread Bobby Roberts
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 %} {%

Satchmo Error - Invalid block tag: 'thumbnail', expected 'else' or 'endif'

2011-02-22 Thread Bobby Roberts
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 %} {%

Django Satchmo render company_name problem and some mods

2010-08-31 Thread maumercado
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

Re: Hi guys, compatibility issues between django 1.1.1, satchmo 0.9 and postgresql 8.4?

2010-05-11 Thread Chris Moffitt
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, compatibility issues between django 1.1.1, satchmo 0.9 and postgresql 8.4?

2010-05-11 Thread Rafael Pineda
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 -

Re: multi-language capabilities of Django/Satchmo

2010-04-27 Thread Andy McKay
> 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

Re: multi-language capabilities of Django/Satchmo

2010-04-27 Thread Leo
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

E-commerce comparison: satchmo and lfs

2010-04-27 Thread Michel Thadeu Sabchuk
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

multi-language capabilities of Django/Satchmo

2010-04-26 Thread django_jedi
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

Re: Trouble installing satchmo

2010-03-22 Thread Jonathan Hayward
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

Re: Trouble installing satchmo

2010-03-22 Thread Laszlo Antal
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

Re: Trouble installing satchmo

2010-03-22 Thread Andrew
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

Trouble installing satchmo

2010-03-15 Thread Jonathan Hayward
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

Django/Satchmo for Membership orgs (dues, event registration, etc.)

2010-02-26 Thread django_jedi
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

Re: satchmo customization experiences? customizing existing e-com vs. roll-your-own

2010-02-09 Thread snfctech
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

Re: satchmo customization experiences? customizing existing e-com vs. roll-your-own

2010-02-09 Thread Chris Moffitt
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

Re: satchmo customization experiences? customizing existing e-com vs. roll-your-own

2010-02-08 Thread snfctech
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

Re: satchmo customization experiences? customizing existing e-com vs. roll-your-own

2010-02-06 Thread Chris Moffitt
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

satchmo customization experiences? customizing existing e-com vs. roll-your-own

2010-02-06 Thread snfctech
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

UPS shipping module in Satchmo - help?

2010-02-05 Thread django_jedi
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

Re: Wanted: someone to customize shipping module in Satchmo

2010-02-02 Thread Shawn Milochik
#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

Wanted: someone to customize shipping module in Satchmo

2010-02-02 Thread Jordan
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

Re: bulk product import to satchmo

2009-11-18 Thread Skylar Saveland
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

Re: bulk product import to satchmo

2009-11-18 Thread Bobby Roberts
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

Re: bulk product import to satchmo

2009-11-18 Thread Francois Verbeek
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

bulk product import to satchmo

2009-11-17 Thread Bobby Roberts
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

Re: satchmo SSLRedirectMiddleware for /admin not working with 1.1.1

2009-11-03 Thread captainmish
- 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

satchmo SSLRedirectMiddleware for /admin not working with 1.1.1

2009-10-27 Thread captainmish
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

Re: ANN - Satchmo 0.9 Released

2009-10-26 Thread Renato Francisco G. Amaral
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

ANN - Satchmo 0.9 Released

2009-10-25 Thread 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 full featured out of the box but allow developers flexibility to modify the store to fit your unique needs. This release is a major

Overriding Model Backend (for Satchmo/OpenERP integration)

2009-09-21 Thread Daniel Watkins
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   2   >