src/aixweb/migrations/0002_iri_url_update.py
changeset 10 fb466c64d84c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/aixweb/migrations/0002_iri_url_update.py	Fri May 31 16:05:17 2013 +0200
@@ -0,0 +1,19 @@
+# -*- 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