Re: Ecommerce & Django

2006-04-15 Thread ZebZiggle

haha ... thought it was going to be quoted.

I agree to keeping the payment processing as a non-django component.
I'll look at the links referred. Thx for that!

-Z


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-15 Thread ZebZiggle

I agree completely.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-15 Thread Wilson Miner

On 4/14/06, Clint Ecker <[EMAIL PROTECTED]> wrote:
> Here's basically what I have... the thing with t-shirts is that you can have
> a base product, the design... and it's got several subproducts  Medium Black
> shirts, Large black shirts, Meidum blue.  And they've all got different
> prices attributed to them, like an XXL shirt would be a little more
> expensive than a XL shirt.  For shipping and such, each shirt (or item)
> needs a weight associated with it.

For what it's worth, this is very similar to what I came up with for
handling a jewelry catalog. Each product had a base "design" model
with all the basic information (name, description, etc.) and some base
values (base price, base shipping weight, etc.). Then each design
could have multiple styles, each of which had their own (optional)
price and weight, which would override the base values if you ordered
that style. This allows you to set up really simple products with one
price, while still having the flexibility of multiple configurations
and price levels as an option.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-15 Thread Chris Moffitt


> I would like to see payment processing become a general purpose
> library that has no Django dependencies.
>
> Maybe we can model (or at least learn from) the Perl OnlinePayment
> library that is here:
>
> http://420.am/business-onlinepayment/
>
> I have also collected a few other links here:
>
> http://del.icio.us/imaurer/creditcards
>
> -ian
>
>   

Thanks for passing these links on.  I think it makes sense to abstract 
out some of the payment processing so it would be python generic.  I've 
taken the liberty of posting these links on our wiki.

http://dshop.mine.nu/trac/wiki

If you're interested, check out our separate google group for this project:
http://groups.google.com/group/django-ecommerce/

Thanks.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-15 Thread Ian Maurer

On 4/14/06, ZebZiggle <[EMAIL PROTECTED]> wrote:
>
> I have no interest in the shopping cart, shipping, etc. ... just the
> checkout and credit card processing. I'll happily do the SkipJack
> driver.
>
> -Z
>

I would like to see payment processing become a general purpose
library that has no Django dependencies.

Maybe we can model (or at least learn from) the Perl OnlinePayment
library that is here:

http://420.am/business-onlinepayment/

I have also collected a few other links here:

http://del.icio.us/imaurer/creditcards

-ian

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Viktor

Just a suggestion.

Why not integrate this ecommerce system with TinyErp 
http://tinyerp.org/. i.e. use django as a web interface for TinyErp.

TinyErp is written in python, well tested and for a long time used in 
production.
It has his own ORM, not as sophisticated as Django's, but has very 
similar table naming convention (so it won't be very hard to integrate 
these two applications).

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread ZebZiggle

I have no interest in the shopping cart, shipping, etc. ... just the
checkout and credit card processing. I'll happily do the SkipJack
driver. 

-Z


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Michael
OK now sources in trunkget the sources:svn co http://dshop.mine.nu/svn/dshop/trunkI've put there the whole project -just change your db entries and MEDIA_ROOT
On 4/15/06, Michael <[EMAIL PROTECTED]> wrote:
OK, OK, OK finally got working trachttp://dshop.mine.nu/tracsoon will put sources in svn

On 4/15/06, Chris Moffitt <[EMAIL PROTECTED]
> wrote:
> http://dshop.mine.nu/shop>> working now to setup trac>Michael -

Looks like a great start.  Do you want me to setup a mailing list?  We're
getting enough interest that I think it would make sense.  Give me the ok& I can do it & send out an announcement to this list.-Chris



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/django-users  -~--~~~~--~~--~--~---


Re: Ecommerce & Django

2006-04-14 Thread Jeremy Jones

On Sat, 15 Apr 2006 05:45:20 +1200
Michael <[EMAIL PROTECTED]> wrote:

> OK, OK, OK
> 
> finally got working trac
> http://dshop.mine.nu/trac 
> 
> soon will put sources in svn
> 


I setup a table of the requirements I batted around earlier.  I put in
a "manditoriness" column".  If you think a feature is just not
important, please note it.  If we want to drill down deeper, we can
change the feature column to a WikiCamelCase and let it create a page
for each feature.

http://dshop.mine.nu/trac/wiki/RequirementsDoc

- jmj

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Michael
OK, OK, OK finally got working trachttp://dshop.mine.nu/tracsoon will put sources in svn
On 4/15/06, Chris Moffitt <[EMAIL PROTECTED]
> wrote:
> http://dshop.mine.nu/shop>> working now to setup trac>Michael -
Looks like a great start.  Do you want me to setup a mailing list?  We're
getting enough interest that I think it would make sense.  Give me the ok& I can do it & send out an announcement to this list.-Chris

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/django-users  -~--~~~~--~~--~--~---


Re: Ecommerce & Django

2006-04-14 Thread bruno desthuilliers

Jeremy Jones wrote:
> 
> Looking forward to working on this.  Here's a rough sketch of what I
> was planning on building (and have actually begun work on).  I don't
> know if this will be palatable to any of the rest of you, or not.  My
> main purpose for building this app was (and is) to provide cheap hosting
> for an easy-to-use ecommerce site.  If what I'm working on can be of
> use to the project we're talking about, I'm happy to contribute.
> 
> - User: I've started using Django's builtin User stuff to manage
> users.  A user is a someone who manages one or more stores.

We also need to manage customers, and there must be some login and
permission stuff about them...

> - Multi-store.  This is pretty self-evident.  

Can be nice, but not a necessity for me. -0 on this.

> Stores can have products,
> product have a names, price, images, descriptions.  Probably ought to
> have product categories in here

Anything about manufacturer ?

> on a per-store basis.
> 
> - Flexible product attribute management.  The base attributes that a
> product should have are name and price.  But it would be nice to allow
> store managers to create products with varying attributes.  For
> example, a shirt could use a "size" attribute with a drop-down list of
> "small", "medium", "large" whereas a coffee cup doesn't need that.

Must also have pricing according to attributes (or attributes
combination), and shipping costs etc,...

> - per-store store management interface.  (Yes, I intended to put two
> "stores" adjacent to one another.)  Right now, the Django admin
> interface is not suitable for allowing multiple users to manage only
> the stuff that belongs to them.  This multi-user, multi-store site needs
> an admin interface that will keep users from mucking with other users'
> stores.

Django-admin would not be enough to have a usable system anyway (I mean:
usable by a normal human being !-).

> - Integration with a payment system.  I already have my wife's site
> working with PayPal.  That was a snap.  I think it'd be great to come
> up with a plugin system to allow integration with any payment system.

s/great/mandatory/


-- 
bruno desthuilliers
développeur
[EMAIL PROTECTED]
http://www.modulix.com

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Glenn Tenney

A group with which I volunteer is a Cold Fusion shop.  One of the
other volunteers used EZ-Cart for a few ecommerce sites and loved it.

You might want to see the features it has...  See
http://www.cf-ezcart.com/

-- 
Glenn

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Clint Ecker
Here's basically what I have... the thing with t-shirts is that you can have a base product, the design... and it's got several subproducts  Medium Black shirts, Large black shirts, Meidum blue.  And they've all got different prices attributed to them, like an XXL shirt would be a little more expensive than a XL shirt.  For shipping and such, each shirt (or item) needs a weight associated with it.  Since I used shirts and they typically come in different, generic, reusable types like Jerseys 50/50 Heavyweight, I abstracted that away... anyway, here's a very basic idea of what my model system looks like, its what I came up with doing this site in PHP for a few years and I cleaned it up a lot for Django, it works suprisingly well and is pretty generic, although I can see how it might need some extra stuff depending on what's being sold.
Item-- short_name(slug)-- long_name(char)-- active(bool)Sub_Item-- Item(foriegn)-- Color(foriegn)-- Size (foriegn)-- Type (foriegn) # what kind of shirt is it?-- unit_price (float)
-- num_in_stock (int)Color-- name (char)  # something like "Black"-- html_equivilant (char)  # something like #00Size -- short_name # like "S"-- long_name # like "Small"
Type-- name # like "Jerseys 100% Cotton Large"-- weight (float) # I use it in pounds.  so it's usually something like 0.23I also have Image and Coupon models along with some helpful methods in the Image models for doing thumbnails and stuff that I needed to develope when doing my templates.  Anyway, I've got a basic shopping cart about 60% of the way done and my shirt_detail views and stuff, showing stock matrices and stuff.
I'd be happy to share anything I've come up with to help this project out!On 4/14/06, Jeremy Jones <
[EMAIL PROTECTED]> wrote:On Fri, 14 Apr 2006 22:15:31 +1200Michael <
[EMAIL PROTECTED]> wrote:> http://dshop.mine.nu/shop>> working now to setup trac>>
> > Michael> >>>I just put up what I've coded so far onhttp://jeremy.pitterpatprints.com/I just created that subdomain, so it's not in the DNS for work yet, but
it is from home.  I don't have a shopping cart built in there yet.Another question is whether to allow products from multiple stores topopulate the same shopping cart instance.  I'd think not.Anyway, this site is butt-ugly.  Nothing like the one Michael has put
up, but I hope it gets across some of my intentions.- jmj-- ---Clint Ecker[EMAIL PROTECTED]http://phaedo.cx

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/django-users  -~--~~~~--~~--~--~---


Re: Ecommerce & Django

2006-04-14 Thread arthur debert

I like th idea of usign  jazz musicians' names:

"monk"!


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Jeremy Jones

On Fri, 14 Apr 2006 15:22:53 -
"arthur debert" <[EMAIL PROTECTED]> wrote:

> 
> another thing that would be nice is a "downloadable type" of product
> where the order relates to a download. of course, this could get
> pretty complex if you add in things like serial numbers, versions,
> etc...but we can start simple.I (personally) would like this, and I
> guess quite a few of the early adopetrs migh want to sell software /
> digital goods (I don't know, maybe their wife are selling e-books or
> something)
> 

{% block run_for_your_life %}
So which DRM mechanism should we use?
{% endblock %}

Just kidding.  I think this is a great idea.  This could be handled
a couple of ways.  If you want immediate download upon completion of
payment, it'd have to be a there'd have to be a product type column so
and we'd need a way to distinguish what needs to happen with different
product types.  Something I had thought about but failed to mention in
my ideas is a checkout sequence.  I think it'd be nice to be able to
specify on a per-product basis what order of pages the buyer should
traverse when they checkout.  This could just tie directly into that.
Maybe have some canned product types and have them associated with a
their own checkout sequences.

Another way this could be handled is through a shipping/order
fulfillment plugin.  When all the payment stuff has been gotten out of
the way, a "ship event" could be triggered.  The triggered event
could do something useful like pushing data to your shipping
provider (I really don't know how this part works at all), or
preparing print labels.  In this case, it could email the customer
with a URL of the download.

Then there's the issue of how many times to allow someone to download
the same file?  Or whether to require that the downloader's cookie
match the buyer's cookie?

Regardless, great idea.

- jmj

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread arthur debert

another thing that would be nice is a "downloadable type" of product
where the order relates to a download. of course, this could get pretty
complex if you add in things like serial numbers, versions, etc...but
we can start simple.I (personally) would like this, and I guess quite a
few of the early adopetrs migh want to sell software / digital goods (I
don't know, maybe their wife are selling e-books or something)


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Jeremy Jones

On Fri, 14 Apr 2006 22:15:31 +1200
Michael <[EMAIL PROTECTED]> wrote:

> http://dshop.mine.nu/shop
> 
> working now to setup trac
> 
> 
> > Michael
> >
> 
> 

I just put up what I've coded so far on
http://jeremy.pitterpatprints.com/

I just created that subdomain, so it's not in the DNS for work yet, but
it is from home.  I don't have a shopping cart built in there yet.
Another question is whether to allow products from multiple stores to
populate the same shopping cart instance.  I'd think not.

Anyway, this site is butt-ugly.  Nothing like the one Michael has put
up, but I hope it gets across some of my intentions.

- jmj


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Wilson

Call it "Brubeck"


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Jeremy Jones

On Fri, 14 Apr 2006 15:26:49 +0200
"Brice Carpentier" <[EMAIL PROTECTED]> wrote:

> 
> On 4/13/06, arthur debert <[EMAIL PROTECTED]> wrote:
> wasn't there any Jazz artist that was known to be "too commercial" ?
> I think that would suit the project just fine, wouldn't it ?
> 

Googling for '"too commercial" jazz' turns this up:

http://www.redhotjazz.com/louie.html

It's Louie "Satchmo" Armstrong.  I could go for Armstrong, but I think
"Satchmo" is cooler.

- jmj

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Brice Carpentier

On 4/13/06, arthur debert <[EMAIL PROTECTED]> wrote:
>
> "Setup a free python project on python-hosting.com"
>
> +1 on this one. when getting started we better focus on the coding
> right away, and python hosting's capabilities (svn + trac ) setup with
> no fuss will be very helpfull (it seems).
>
> " Any brilliant ideas?" not really...
>
wasn't there any Jazz artist that was known to be "too commercial" ?
I think that would suit the project just fine, wouldn't it ?

--
Brice Carpentier aka Br|ce

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Chris Moffitt


> I don't really need this, but it may be kind of cool:
>
> - Inventory management.  Either totally manage inventory online, or
> provide some mechanism for integrating with some inventory systems.
>
>
I agree with all the features/ideas you mentioned.  I have access to
Authorize.net so I can work to get a module setup there.  I also like your
idea of an inventory mgmt system.  If we can extend the inventory
capabilities to a little more than just tracking what was sold, I think
that could be a really nice advantage.  Obviously we need to make sure
this doesn't turn into a full-blown ERP system.

Hopefully we can get something setup here pretty soon & start channeling
this energy towards structuring the project.

-Chris

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Chris Moffitt

> http://dshop.mine.nu/shop
>
> working now to setup trac
>

Michael -

Looks like a great start.  Do you want me to setup a mailing list?  We're
getting enough interest that I think it would make sense.  Give me the ok
& I can do it & send out an announcement to this list.

-Chris

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Jeremy Jones

On Fri, 14 Apr 2006 22:15:31 +1200
Michael <[EMAIL PROTECTED]> wrote:

> http://dshop.mine.nu/shop
> 
> working now to setup trac
> 
> 
> > Michael
> >

Looking forward to working on this.  Here's a rough sketch of what I
was planning on building (and have actually begun work on).  I don't
know if this will be palatable to any of the rest of you, or not.  My
main purpose for building this app was (and is) to provide cheap hosting
for an easy-to-use ecommerce site.  If what I'm working on can be of
use to the project we're talking about, I'm happy to contribute.

- User: I've started using Django's builtin User stuff to manage
users.  A user is a someone who manages one or more stores.

- Multi-store.  This is pretty self-evident.  Stores can have products,
product have a names, price, images, descriptions.  Probably ought to
have product categories in here on a per-store basis.

- Flexible product attribute management.  The base attributes that a
product should have are name and price.  But it would be nice to allow
store managers to create products with varying attributes.  For
example, a shirt could use a "size" attribute with a drop-down list of
"small", "medium", "large" whereas a coffee cup doesn't need that.

- per-store store management interface.  (Yes, I intended to put two
"stores" adjacent to one another.)  Right now, the Django admin
interface is not suitable for allowing multiple users to manage only
the stuff that belongs to them. This multi-user, multi-store site needs
an admin interface that will keep users from mucking with other users'
stores.

- Integration with a payment system.  I already have my wife's site
working with PayPal.  That was a snap.  I think it'd be great to come
up with a plugin system to allow integration with any payment system.

- Integration with shipping providers.

- Catalog upload.  It'd be cool to allow someone to upload a csv of
their products.  However, with "flexible product attribute management",
this may not really be that feasible.

- Tax calculation module.  Users should be able to create certain rules
for what rate to tax which items.  In the States, the rule would be
mostly determined by which state the order is coming from.

- Coupon system.  Users should be able to create coupon codes with an
expiration date, percent or absolute price discount, expire after N
number of uses.


I don't really need this, but it may be kind of cool:

- Inventory management.  Either totally manage inventory online, or
provide some mechanism for integrating with some inventory systems.


That's all I can think of for now.

- jmj

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Jeremy Jones

On Thu, 13 Apr 2006 18:14:35 -0700
"ZebZiggle" <[EMAIL PROTECTED]> wrote:

> 
> How about "Reinhardt"?
> 
> Django's last name.
> 
+1 on reinhardt

- jmj

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Jeremy Jones

On Fri, 14 Apr 2006 15:00:03 +0530
Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:

> 
> On Thursday 13 Apr 2006 11:12 pm, Jeremy Jones wrote:
> > What is it with wives and websites?  Anybody out there (who's a
> > male married to a female) not building a website for his wife?
> 
> i build websites for me in my wife's name ;-)
> 

Dude.  That was just wrong.  You're giving away geek trade secrets.  As
long as they don't know that we're building the sites for ourselves, we
score brownie points for the effort.  You'd better hope none of our
wives are reading, or we're done for.

- jmj

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Michael
http://dshop.mine.nu/shopworking now to setup trac
Michael



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/django-users  -~--~~~~--~~--~--~---


Re: Ecommerce & Django

2006-04-14 Thread Kenneth Gonsalves

On Friday 14 Apr 2006 12:29 pm, James Bennett wrote:
> Also, in personal projects I tend to pick names of other jazz
> artists, following the trend of "Django" and "Ellington"... for
> example, I've got a project right now called "Coltrane".

jazz - django is a female western gunslinger - wonder if angelina 
jolie's image is copyrighted? (lara croft)

-- 
regards
kg

http://www.livejournal.com/users/lawgon
tally ho! http://avsap.org.in
ಇಂಡ್ಲಿನಕ್ಸ வாழ்க!

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Kenneth Gonsalves

On Thursday 13 Apr 2006 11:12 pm, Jeremy Jones wrote:
> What is it with wives and websites?  Anybody out there (who's a
> male married to a female) not building a website for his wife?

i build websites for me in my wife's name ;-)

-- 
regards
kg

http://www.livejournal.com/users/lawgon
tally ho! http://avsap.org.in
ಇಂಡ್ಲಿನಕ್ಸ வாழ்க!

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread Nebojsa Djordjevic

Chris Moffitt wrote:
> There are certain problems with OsCommerce which are going to be
> non-issues with a Django site:

PHP-style of i18n handling, really a show stopper for me.

Django i18n rocks, but we must add l10n stuff also (money/number formatting, 
currency support, etc).

> Is there interest or any activity in this area?  I'm willing to hack
> through by myself but I think if there's anyone that is an expert, we
> could move through this a lot more quickly.

I'm willing to help, although I don't have lot's of experience in the 
e-commerce applications.

I have (a typical) on-line shop project in the near future so count me in.

Maybe we can create django-ecommerce mailing list for this?

-- 
Nebojša Đorđević - nesh
Studio Quattro - Niš - SCG
http://studioquattro.biz/
http://djnesh.blogspot.com/  |  http://djnesh-django.blogspot.com/ |  
http://djangoutils.python-hosting.com/
Registered Linux User 282159 [http://counter.li.org]

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread olive

+1 for python-hosting

My possible contributions:
- on-the-fly PDF invoice creation using ReportLab (or another PDF lib
?)
- Advertising management
- links with others Web Services (Amazon ...)
- The Shop as Web Service ...
...


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-14 Thread bruno desthuilliers

James Bennett wrote:
> On 4/13/06, Chris Moffitt <[EMAIL PROTECTED]> wrote:
> 
>>I like it.  However, it's probably a little limiting for future use.  One
>>question I have around the name Django.  I noticed on the website that
>>it's copyrighted so we probably couldn't use it in the name. Is that true?
> 
> 
> Minor nitpick: it's a trademark, not a copyright. In the United
> States, at least, names can't be copyrighted.
> 
> Also, in personal projects I tend to pick names of other jazz artists,
> following the trend of "Django" and "Ellington"... for example, I've
> got a project right now called "Coltrane".
> 

May I suggest 'Emmet' ? (Emmet Ray was a great guitarist and a huge fan
of Django)

My 2 cents...
-- 
bruno desthuilliers
développeur
[EMAIL PROTECTED]
http://www.modulix.com

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-13 Thread James Bennett

On 4/13/06, Chris Moffitt <[EMAIL PROTECTED]> wrote:
> I like it.  However, it's probably a little limiting for future use.  One
> question I have around the name Django.  I noticed on the website that
> it's copyrighted so we probably couldn't use it in the name. Is that true?

Minor nitpick: it's a trademark, not a copyright. In the United
States, at least, names can't be copyrighted.

Also, in personal projects I tend to pick names of other jazz artists,
following the trend of "Django" and "Ellington"... for example, I've
got a project right now called "Coltrane".

--
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-13 Thread Max Battcher

Chris Moffitt wrote:
> I like it.  However, it's probably a little limiting for future use.  One
> question I have around the name Django.  I noticed on the website that
> it's copyrighted so we probably couldn't use it in the name. Is that true?

IANAL and I am not connected with Django (other than usage), but 
typically for open source projects the strict holding of a trademark on 
the name is to dis-influence stupid companies (SCO, for one example) 
from pretending to be the creators.  I would be if you come up with some 
nice open source project that use Django in the name you could probably 
get it approved.

With that said, I have a stupid, but simple suggestion:

djecommerce, which is obviously superior to normal ecommerce in that g 
(dje) is e + 2!

-- 
--Max Battcher--
http://www.worldmaker.net/
"I'm gonna win, trust in me / I have come to save this world / and in 
the end I'll get the grrrl!" --Machinae Supremacy, Hero (Promo Track)

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-13 Thread ZebZiggle

How about "Reinhardt"?

Django's last name.

-Z


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-13 Thread ZebZiggle

Interesting ... I was looking at supporting SkipJack ... we should try
to define some common interfaces here. I just looked at the PHP code
and you're correct, it will be pretty easy to convert. 

-Z


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-13 Thread Chris Moffitt


> DesperateCodeHusbands?  No, wait...that just sounds bad


I like it.  However, it's probably a little limiting for future use.  One
question I have around the name Django.  I noticed on the website that
it's copyrighted so we probably couldn't use it in the name. Is that true?

Also, I like using dj in it.  It kind of goes with the music theme.

DJ Cart, PyDJ, Disco Cart, DJ Jazzy Commerce.  I'm reaching here..

Once we get a reasonable idea for a name, I will volunteer to setup a free
python-hosting.com account to start collating code, documents & ideas.  We
can always change the name later but you never know how these things can
stick.

-Chris

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-13 Thread Jeremy Jones

On Thu, 13 Apr 2006 14:02:26 -0500 (CDT)
"Chris Moffitt" <[EMAIL PROTECTED]> wrote:



> Any brilliant ideas?  DjangoCart,
> DjangoCommerce, DjangoSell, PyCommerce, PyCart,
> HusbandsSupportingWivesShops?
> 

DesperateCodeHusbands?  No, wait...that just sounds bad


- jmj

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-13 Thread Dave St.Germain
For what it's worth, I've written a python module that works with Authorize.net that I could contribute (after properly opensource-itizing...).On 4/13/06, 
arthur debert <[EMAIL PROTECTED]> wrote:
"Setup a free python project on python-hosting.com"+1 on this one. when getting started we better focus on the codingright away, and python hosting's capabilities (svn + trac ) setup with
no fuss will be very helpfull (it seems)." Any brilliant ideas?" not really...djell, djuy , djart

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/django-users  -~--~~~~--~~--~--~---


Re: Ecommerce & Django

2006-04-13 Thread arthur debert

"Setup a free python project on python-hosting.com"

+1 on this one. when getting started we better focus on the coding
right away, and python hosting's capabilities (svn + trac ) setup with
no fuss will be very helpfull (it seems).

" Any brilliant ideas?" not really...

djell, djuy , djart


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-13 Thread Chris Moffitt

> I'm also working on an ecommerce site in Django for selling t-shirts, but
> it
> would be easily expandable to just about anything.  It will interact with
> Paypal's shopping cart system and USPS for shipping.  It's a pretty
> straight
> forward port from my old PHP system, but a lot more fun and easy.
>
> Mine is on m-r, btw.

My site was actually going to have a similar functionality but I was
planning to use Authorize.net for payment processing.  I also wanted to
extend some of the inventory mgmt functionality..  That's probably a
separate discussion.

It does seem like there's some interest in trying to get some sort of 
community around this application for Django.  If that's the case, how do
we want to get it set up?  I think there are 3 options:
- Someone host on an existing site
- Setup a sourceforge project
- Setup a free python project on python-hosting.com

I'm sure there are a couple of other options too.  Which brings us to
deciding how best to proceed.  I don't really care but it would be nice to
start getting something setup.  Anyone want to do it?  If there's not a
better idea (or more willing volunteer ;) I can setup something at
python-hosting.com.  The only outstanding question is the name of the
project.  Any brilliant ideas?  DjangoCart, DjangoCommerce, DjangoSell,
PyCommerce, PyCart, HusbandsSupportingWivesShops?

-Chris

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-13 Thread Clint Ecker
I'm also working on an ecommerce site in Django for selling t-shirts, but it would be easily expandable to just about anything.  It will interact with Paypal's shopping cart system and USPS for shipping.  It's a pretty straight forward port from my old PHP system, but a lot more fun and easy.
Mine is on m-r, btw.On 4/12/06, olive <[EMAIL PROTECTED]> wrote:
I'm currently working on rewriting a store (for my wife too;) I haveoriginaly wrote in OmniMark language (isn't it exotic ?).It is pretty straightforward with Django, I have already achieve theshopping cart management, user registration, shipping (Chronopost,
France), discounts.But the model is far from generic unless you want to sell CDs, DVDs,books, music and dance events and accessories.It is not yet plugable, has not been port to Magic Removal branch (this
is the next step before going on dev).I am wiilling to share my experience and participate to such a project.Olivier.-- ---Clint Ecker[EMAIL PROTECTED]http://phaedo.cx

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/django-users  -~--~~~~--~~--~--~---


Re: Ecommerce & Django

2006-04-13 Thread bruno desthuilliers

Jeremy Jones wrote:
> On Thu, 13 Apr 2006 14:21:54 -
> "arthur debert" <[EMAIL PROTECTED]> wrote:
> 
> 
(snip)
>>
> 
> What is it with wives and websites?  Anybody out there (who's a male
> married to a female) not building a website for his wife?  I smell a
> support group forming - Husbands of Work at Home Moms: the
> Django Chapter. :-)  

Too bad :(

I was about to express some interest for this would-be project, but I
have *not* built an e-commerce site for my wife, so I'm afraid I won't
qualify ? Err, wait, I've actually done an online gallery for her, does
that count ?-)

-- 
bruno desthuilliers
développeur
[EMAIL PROTECTED]
http://www.modulix.com

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-13 Thread Jeremy Jones

On Thu, 13 Apr 2006 14:21:54 -
"arthur debert" <[EMAIL PROTECTED]> wrote:

> 
> hi folks...
> am I all for it.
> I've got no experience on e-commerce but there's a few things (I
> guess) I may help with... I guess this would be agreat project...
> 
> I just suppose some "liberal licensing" would be nice (such as BSD or
> the like)...
> 
> cheers
> arthur
> 
> 
> > 

What is it with wives and websites?  Anybody out there (who's a male
married to a female) not building a website for his wife?  I smell a
support group forming - Husbands of Work at Home Moms: the
Django Chapter. :-)  

I originally intended the store I've built for my wife to be released
as open source, so I really tried to keep it generic in its innards.
However, after a slew of feature requests (from her as well as me),
I've broken the genericity of it and pretty much killed its open
source suitability. That being said, I'm planning on creating an
ecommerce framework that would be generic that could have components
plug into it (such as shipping cost calculation, integration with a
payment system, package tracking, etc).  I'm more than willing to throw
my ideas and requirements on a wiki and post code there as we go along
and see how it evolves.  This could be a killer app for Django.

- jmj

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-13 Thread arthur debert

hi folks...
am I all for it.
I've got no experience on e-commerce but there's a few things (I guess)
I may help with... I guess this would be agreat project...

I just suppose some "liberal licensing" would be nice (such as BSD or
the like)...

cheers
arthur


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-13 Thread Chris Moffitt


> fairly trivial to translate the php example to python - i have done
> it in one case, although the processing company said it wouldnt
> work, it worked

I agree.  I've looked at the PHP code for Authorize.NET and it definitely
looks pretty straightforward.  I can't imagine it would take long at all
to get that coded into Python.

The main issue is that it would be nice to start getting some "synergy"
with all these apps in this space.  I don't think I have the talent to
build a grand solution but I can do some of the pieces to help out along
the way.  Maybe we can just start entering some of the code snippets and
modules into the wiki.  If it grows into something more then we can try to
make it a project.

Just my 2 cents.

-Chris

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-12 Thread Kenneth Gonsalves

On Thursday 13 Apr 2006 5:37 am, ZebZiggle wrote:
> It would be great to have all this stuff already done, but the
> processing company only has examples in PHP

fairly trivial to translate the php example to python - i have done 
it in one case, although the processing company said it wouldnt 
work, it worked

-- 
regards
kg

http://www.livejournal.com/users/lawgon
tally ho! http://avsap.org.in
ಇಂಡ್ಲಿನಕ್ಸ வாழ்க!

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-12 Thread ZebZiggle

I'm just going through the same thing myself. For my particular
application, I'm not doing a shopping cart, just a lump sum
non-recurring payment. I was going to do all the HTTPS stuff myself to
the transaction handler for approval and I'll accept the "means of
payment" screens myself in Django.

It would be great to have all this stuff already done, but the
processing company only has examples in PHP (and java / asp/ cgi/ etc).


-Zeb


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-12 Thread Michael
I'm working on similar project in m-r . Currently ready only categories,products - so catalog website ready - shopping cart  -work in progress  - need to finish checkout. I've been thinking to open a project page for this - could happening in next few days(weeks?)
Michael

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/django-users  -~--~~~~--~~--~--~---


Re: Ecommerce & Django

2006-04-12 Thread olive

I'm currently working on rewriting a store (for my wife too;) I have
originaly wrote in OmniMark language (isn't it exotic ?).

It is pretty straightforward with Django, I have already achieve the
shopping cart management, user registration, shipping (Chronopost,
France), discounts.

But the model is far from generic unless you want to sell CDs, DVDs,
books, music and dance events and accessories.

It is not yet plugable, has not been port to Magic Removal branch (this
is the next step before going on dev).

I am wiilling to share my experience and participate to such a project.

Olivier.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Ecommerce & Django

2006-04-12 Thread olive

I'm currently working on rewriting a store (for my wife too;) I have
originaly wrote in OmniMark language (isn't it exotic ?).

It is pretty straightforward with Django, I have already achieve the
shopping cart management, user registration, shipping (Chronopost,
France), discounts.

But the model is far from generic unless you want to sell CDs, DVDs,
books, music and dance events and accessories.

It is not yet plugable, has not been port to Magic Removal branch (this
is the next step before going on dev).

I am wiilling to share my experience and participate to such a project.

Olivier.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---