i think i understand what youre saying?

by test database, you mean you want to test django out but your
declared models names dont match your db?

there is a meta option for db table

http://www.djangoproject.com/documentation/model-api/#db-table

On Jun 25, 11:54 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Hi everyone,
>
> I'm working on a project that has a very solid database design but
> many of the used features aren't supported by Django (for example,
> multiple column primary keys).
>
> The project has a complete database creation script but I haven't
> found a way to use it to create the test database which I really want
> to, given the ability to use Django's testing framework. Is there a
> way to enable creation of the test database not by the declared models
> by with a SQL script?
>
> TIA
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to