> Since you're just getting started, set DATABASE_ENGINE to sqlite; > you'll have a bit of trouble getting psycopg or mysqldb installed, so > you should have some fun first. ;-)
Be careful with the sqlite that's bundled with Python though . . . On my Win32 python install (Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08), the bundled sqlite3 version is 3.3.4 Apparently there's a bug in that version of sqlite. See here: http://groups.google.com/group/django-users/browse_thread/thread/c76efd41a7870ff6/dfad6c11eaf1878e?lnk=gst&q=db+api+question&rnum=1&hl=en#dfad6c11eaf1878e http://code.djangoproject.com/ticket/2457 -- -Ben --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---