It does not work U_U On 8 February 2012 14:19, Renne Rocha <[email protected]> wrote:
> The order in which the tables are created depends on the order in which > you have them in your INSTALLED_APPS. > Try moving the app you want to be created first before the others. > > Renne Rocha > http://rennerocha.com/ > > > On Wed, Feb 8, 2012 at 11:07 AM, xina towner <[email protected]> wrote: > >> I've already done that, >> this works with databases, but with tables too? >> >> >> On 8 February 2012 14:04, Renne Rocha <[email protected]> wrote: >> >>> You can configure the setting TEST_DEPENDENCIES. See the docs for more >>> info: >>> >>> >>> https://docs.djangoproject.com/en/1.3/topics/testing/#controlling-creation-order-for-test-databases >>> >>> >>> Renne Rocha >>> http://rennerocha.com/ >>> >>> >>> >>> On Wed, Feb 8, 2012 at 10:57 AM, xina towner <[email protected]>wrote: >>> >>>> Hello, I've a problem, I have to created a script that makes my >>>> database in a specifically order but when I want to make test django do it >>>> in a different order. >>>> >>>> How can I solve this? because it can't create the database so I can't >>>> test my app. >>>> Can I change the order how django initiates the database? or say to >>>> django to use my script? >>>> >>>> -- >>>> Gràcies, >>>> >>>> Rubén >>>> >>>> -- >>>> 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. >>>> >>> >>> -- >>> 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. >>> >> >> >> >> -- >> Gràcies, >> >> Rubén >> >> -- >> 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. >> > > -- > 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. > -- Gràcies, Rubén -- 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.

