| author | cavaliet |
| Tue, 29 Apr 2014 12:40:39 +0200 | |
| changeset 184 | dd34006b9f79 |
| 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('updateiriurlinprojects') def backwards(self, orm): "Write your backwards methods here." models = { } complete_apps = ['ldtplatform'] symmetrical = True