Ticket #5848: 5848.core.management.commands.syncdb.diff
File 5848.core.management.commands.syncdb.diff, 629 bytes (added by , 17 years ago) |
---|
-
django/core/management/commands/syncdb.py
92 92 93 93 # Send the post_syncdb signal, so individual apps can do whatever they need 94 94 # to do at this point. 95 emit_post_sync_signal( created_models, verbosity, interactive)95 emit_post_sync_signal(list(created_models), verbosity, interactive) 96 96 97 97 # Install custom SQL for the app (but only if this 98 98 # is a model we've just created)