On Sat, 2008-02-09 at 23:19 -0800, waltbrad wrote: > Hi there. I'm a python novice, getting into the Mark Lutz tome. I'm > pretty enthusiastic about python and when I found out that it could be > used in website development I had to look into to Django, (mainly > because of the Satchmo project). So, I actually got Django installed > and got the webserver running, but then the tutorial started talking > about a database. > > I learned a dab of SQL a few months ago, but haven't used it since. Am > I going to have to put learning Django on hold until I re-familiarize > myself with SQL? If so, do you know a good tutorial? The one that I > used was mixed in with PHP, a language that really gave me a headache. > > Or, can I go ahead with your tutorial without SQL and learn something > about how Django helps with HTML and scripting? >
You will find much in the tutorial about Django's DB-API, which translates DB queries into python syntax. You can certainly get started without brushing up your SQL, and much more easily if you have some acquaintance with the basic concepts of SQL from before. In django-land, SQL isn't needed until your needs get more complicated than the DB-API can reasonably handle. > Thanks. Cheers, Cliff --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---