Changes between Initial Version and Version 2 of Ticket #6782
- Timestamp:
- Mar 15, 2008, 7:16:05 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6782
- Property Triage Stage Unreviewed → Accepted
-
Ticket #6782 – Description
initial v2 1 # The orders and customers apps contain no models. This causes 2 # the exception below 1 The orders and customers apps contain no models. This causes the exception below 3 2 3 {{{ 4 #!python 4 5 apps = ['resources', 'orders', 'common', 'customers'] 5 6 management.call_command('reset', *apps) … … 29 30 app_label = app_models[0]._meta.app_label 30 31 IndexError: list index out of range 32 }}}