El Fri, 25 Sep 2009 15:30:02 -0700 (PDT)
Ronen Gal <srone...@gmail.com> escribió:

> I would like to build a website which sells videos (music lessons).
> The site would include ~50 videos, 150MB each.
> I need some kind of shopping cart, and the ability to recieve payment.
> I also need user accounts, so I can learn my users flavour and offer
> them appropriate videos.
> I need some mailing API, to allow me to send mails to my customers.
> 
> I am sure that there someone have already written most of this
> website.
> User's accounts, shopping cart, paypal and mails all look very
> standard.
> Can you please point me to where can I find code that do all those
> stuff?

I'd take a look at Pinax[0]

> How can I connect that code to a specific hosting server (with a
> specific data base and mail API for instance)?

You're lucky, Django's documentation[1] explains how to connect to a hosting
server!
Not only that, Django provides its own mail API[2]!!!

Good luck with your site!

[0] http://pinaxproject.com/
[1] 
http://docs.djangoproject.com/en/dev/howto/deployment/#howto-deployment-index
[2] http://docs.djangoproject.com/en/dev/topics/email/#topics-email
-- 
P.U. Gonzalo Delgado <gonzalodelg...@fortix.com.ar>
http://gonzalodelgado.com.ar/

Attachment: pgpdQ34axVa7t.pgp
Description: PGP signature

Reply via email to