First of all I know that is bound to break a lot of other things.

I changed the core so references to tables are PostgreSQL fully qualified 
table name (e.g. "family"."person" instead of family_person). So far it had 
been doing what I want except I can't run tests because the schemas are not 
created in a new database.

How would I run arbitrary SQL right after the test database is created so I 
can create the schemas?

Thanks,

JR

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/55ab1eea-6c78-4af8-90a6-1eff42e99b0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to