| author | ymh <ymh.work@gmail.com> |
| Thu, 31 Oct 2013 11:58:58 +0100 | |
| changeset 135 | 3b3f954584bd |
| parent 102 | e2968797bdae |
| permissions | -rw-r--r-- |
# -*- coding: utf-8 -*- from django.core.management import call_command from south.v2 import DataMigration class Migration(DataMigration): def forwards(self, orm): # Call the command from ldt_utils app call_command('statannotation') def backwards(self, orm): "Write your backwards methods here." models = { } complete_apps = ['ldtplatform'] symmetrical = True