Re: Django tutorial with Oracle Database

2007-08-05 Thread Brian Duff
Ah... I guess it was maybe a bug that got fixed. I upgraded from 0.96 to the SVN trunk, and the problem went away. Thanks, Brian On Aug 5, 7:34 pm, Brian Duff <[EMAIL PROTECTED]> wrote: > Hi, > > I'm following the Django tutorial > athttp://www.djangoproject.com/documentation/tutorial01/ > with

Django tutorial with Oracle Database

2007-08-05 Thread Brian Duff
Hi, I'm following the Django tutorial at http://www.djangoproject.com/documentation/tutorial01/ with an Oracle XE 10.2 database. cx_Oracle is installed and seems to be working fine. At the point where the tutorial instructs me to "python manage.py syncdb", I see: Creating table auth_message Tr