I have a class that displays several other in_line classes in the admin. The order that the in_line classes display appears to be in the same order as the database tables for each class are created during manage.py psyncdb process (I know this by looking at the output from manage.py sqlall).
Is there an option that allows me to either: 1) specify the display order of the in_line classes somewhere in models.py 2) specify the order the tables are created when manage.py syncdb is run --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

