Django, the Pony and Merengue
I am very new to Django and been wanting to get started with it for a while but even after doing some reading on the web sites below, still am not clear what is the best starting point? (a) djangoproject.com (b) django-cms.com (c) merengueproject.org
In the end, I'd like to create a relatively simple e-commerce site in html5/css3 for my wife as well as port our blogs over from wordpress (all presently self-hosted).
Cheers, =)D etlev
Answers
If your blog and e-commerce sites are all fairly straight-forward in needs, Mezzanine and Cartridge aren't bad choices (they become a lot iffy-er if you need to heavily customize them).
That said, learn as much about Django as you can (and Python in general) before you start and you'll have a lot less trouble along the way.