author | cavaliet |
Tue, 11 Jun 2013 17:51:12 +0200 | |
changeset 29 | 2da61ee188e4 |
parent 10 | fb466c64d84c |
permissions | -rwxr-xr-x |
# -*- 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('updateiriurlinprojects') def backwards(self, orm): "Write your backwards methods here." models = { } complete_apps = ['ldtplatform'] symmetrical = True