database engine problem

2010-04-05 Thread yangyang
I followed the tutorial and set up the database engine as SQLight and it seemed to be successful. However, when I try to do "python manage.py syncdb", it returns error message like File "manage.py", line 11, in execute_manager(settings) File "/Library/Frameworks/Python.framework/Versions/2.6

Re: database engine problem

2010-04-05 Thread Shawn Milochik
Read the error you posted -- especially the last couple of sections, which repeatedly tell you exactly what the problem is. Shawn #kettlebell On Apr 6, 2010, at 12:29 AM, yangyang wrote: I followed the tutorial and set up the database engine as SQLight and it seemed to be successful. Howev

Re: database engine problem

2010-05-23 Thread catafest
Try reinstall django . Set first name of database Use python manage.py syncdb to set user and more . See corect steps here : http://www.webmonkey.com/2010/02/install_django_and_build_your_first_app/ On Apr 6, 7:29 am, yangyang wrote: > I followed the tutorial and set up the database engine as S