Re: Creating websites like Amazon/Ebay using Django

2011-12-19 Thread Kai
On 2011-12-19 10:23:23 +, Russell Keith-Magee said: On Mon, Dec 19, 2011 at 4:04 PM, Kai wrote: On 2011-12-17 18:37:02 +, Jisson Varghese said: first try with djnago orm (models),then shift to sqlalchemy. WTF? Expletive-laden abbreviations are not a substitute for rational discus

Re: Creating websites like Amazon/Ebay using Django

2011-12-19 Thread Russell Keith-Magee
On Mon, Dec 19, 2011 at 4:04 PM, Kai wrote: > On 2011-12-17 18:37:02 +, Jisson Varghese said: > >> first try with djnago orm (models),then shift to sqlalchemy. > > WTF? Expletive-laden abbreviations are not a substitute for rational discussion. You may not agree with his recommendation, and

Re: Creating websites like Amazon/Ebay using Django

2011-12-19 Thread Kai
On 2011-12-17 18:37:02 +, Jisson Varghese said: first try with djnago orm (models),then shift to sqlalchemy. WTF? -- 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 uns

Re: Creating websites like Amazon/Ebay using Django

2011-12-17 Thread Jisson Varghese
well Django is suitable for web application development. Django uses Python for serverside Mysql is a good choice as Database.In a web app database stores user credentials,sessions,and items,its price(in your case). I suggest SQlalchemy (ORM). first try with djnago orm (models),then shift to sqlalc

Re: Creating websites like Amazon/Ebay using Django

2011-12-16 Thread Alec Taylor
I'm great at design, at the level of i.e. Balsamiq Mockups. It just takes me too long to build it from scratch in CSS+HTML+JS to get from wireframe to proper design. I am building it from satchmo as base, but am looking for other libraries to integrate in order to be DRY-er. Reuse FTW! But I th

Re: Creating websites like Amazon/Ebay using Django

2011-12-16 Thread Andre Terra
I'll refrain from repeating what the others have said, so I'll just say I wholeheartedly agree. Having said that, a project like this requires *extensive* knowledge of HTML/JS/CSS in order to be successful, as someone pointed out. With that in mind, I recommend you find a partner with front end ex

Re: Creating websites like Amazon/Ebay using Django

2011-12-16 Thread Tom Evans
On Fri, Dec 16, 2011 at 12:17 PM, abhay hegde wrote: > Great ! Thanks everyone for the response. Django is the way to go then. > > @ionic drive :- Not sure as it's just in the initial stage. I will have to > set aside time for this one. > Not that Django is a bad choice - it's not, its a great ch

Re: Creating websites like Amazon/Ebay using Django

2011-12-16 Thread ionic drive
Cata as also Denis told you I just wanted to make sure, that you know this will be some hard years for you. I wish you good luck on your product. Maybe you first go with satchmo learn and improve than you can start off with configuring things to your needs. Would be great to welcome you at satc

Re: Creating websites like Amazon/Ebay using Django

2011-12-16 Thread abhay hegde
Great ! Thanks everyone for the response. Django is the way to go then. @ionic drive :- Not sure as it's just in the initial stage. I will have to set aside time for this one. Thanks Cata On Fri, Dec 16, 2011 at 3:49 PM, Denis Darii wrote: > You can consider to use django-lfs: http://www.getl

Re: Creating websites like Amazon/Ebay using Django

2011-12-16 Thread Denis Darii
You can consider to use django-lfs: http://www.getlfs.com/ or satchmo: http://www.satchmoproject.com/ but without basic knowledge of django, it's going to be very hard for you. On Fri, Dec 16, 2011 at 8:06 AM, Cata wrote: > Hello everyone, > > I am basically working on creating a website on th

Re: Creating websites like Amazon/Ebay using Django

2011-12-16 Thread ionic drive
Hi cata, Sounds great your plans. Django is exactly suitable for your needs. How many years are you going to investigate into the project? Best wishes ionic On Fri, 2011-12-16 at 22:07 +1100, Alec Taylor wrote: > Also satchmo http://www.satchmoproject.com/ > > On Fri, Dec 16, 2011 at 9:43 PM, I

Re: Creating websites like Amazon/Ebay using Django

2011-12-16 Thread Alec Taylor
Also satchmo http://www.satchmoproject.com/ On Fri, Dec 16, 2011 at 9:43 PM, Ivo Brodien wrote: > and keep in mind, that you don’t have to reinvent the wheel. There are > open source solutions for shops: > > Like: http://www.getlfs.com/released-06-beta-1 > > cheers > > On Dec 16, 2011, at 11:17

Re: Creating websites like Amazon/Ebay using Django

2011-12-16 Thread Ivo Brodien
and keep in mind, that you don’t have to reinvent the wheel. There are open source solutions for shops: Like: http://www.getlfs.com/released-06-beta-1 cheers On Dec 16, 2011, at 11:17 , Joey Espinosa wrote: > Cata, > > Yes, Django is exactly suited for this scenario. The structure of Django

Re: Creating websites like Amazon/Ebay using Django

2011-12-16 Thread Joey Espinosa
Cata, Yes, Django is exactly suited for this scenario. The structure of Django allows you to create scalable, flexible sites with the freedom to expand the database as needed without having to worry about messing with the code so much in order to do so. That being said, I'd HIGHLY recommend you g