Re: Oracle Backend - syncdb

2007-11-21 Thread Ian
On Nov 21, 5:24 am, Brot <[EMAIL PROTECTED]> wrote: > Hello, > > I expand the models.py in the django internal apps like auth, session, > contenttypes, > sites,..http://www.djangoproject.com/documentation/model-api/#db-tablespace > > This worked for me, but It's only a workaround. > I created a

Re: Oracle Backend - syncdb

2007-11-21 Thread Brot
Hello, I expand the models.py in the django internal apps like auth, session, contenttypes, sites,.. http://www.djangoproject.com/documentation/model-api/#db-tablespace This worked for me, but It's only a workaround. I created a ticket, because I think it would be great to have the possibility

Re: Oracle Backend - syncdb

2007-11-21 Thread Norbert
Maybe you can change the tablespace in the initial sql, see here http://www.djangoproject.com/documentation/model-api/#database-backend-specific-sql-data Norbert --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Oracle Backend - syncdb

2007-11-21 Thread Brot
Hello, yesterday I tried django in my company. We have oracle databases. But now I have a problem! :-( Is it possible to define TABLESPACES for the "syncdb" - CREATE TABLE - Statements? If not, where can I find the Statements in the source code to extend the statement? I am searching the source