Hi Thierry, Thanks for the reply. I understand what SQLight is but I don't know how to write the code in my Mac shell... This is what I wrote:
yang-wangs-computer:~/applications/mysite yangwang$ database_engine='sqlite3' yang-wangs-computer:~/applications/mysite yangwang$ database_name='trydb' yang-wangs-computer:~/applications/mysite yangwang$ python manage.py syncdb It returns message like the database engine isn't installed. what's missing here? Thank you again! Yang On Apr 8, 3:50 am, Thierry CHICH <thierry.ch...@gmail.com> wrote: > Perhaps are you confused because of SQLlite. You need to know that SQLite is > not a classicaldatabasewith a server that you need to install. An > sqlitedatabaseis only a file stored where do you want. > > Thierry > > > > > I mean the tutorial only tells you "edit settings" but doesn't tell > > you how. Excuse me if this is obvious to most of people. > > > On Apr 7, 11:17 pm, yangyang <juz...@gmail.com> wrote: > > > how exactly set up thedatabaseengineas SQLight? The tutorial > > > doesn't seem to tell us... > > > > 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-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.