src/aixweb/migrations/0003_recalculate_contentstat.py
changeset 36 77e6b3cb617c
parent 35 ad3dd662b64f
child 37 2258afe9f61f
--- a/src/aixweb/migrations/0003_recalculate_contentstat.py	Thu Jun 20 11:10:09 2013 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# -*- 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