author | ymh <ymh.work@gmail.com> |
Thu, 28 Feb 2013 10:41:11 +0100 | |
changeset 100 | 71b8c0bf5882 |
parent 78 | d108011b6e99 |
child 102 | e2968797bdae |
permissions | -rw-r--r-- |
# -*- coding: utf-8 -*- import datetime from south.db import db from south.v2 import DataMigration from django.db import models from django.core.management import call_command 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