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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---

