equal
deleted
inserted
replaced
1 # -*- coding: utf-8 -*- |
1 # -*- coding: utf-8 -*- |
2 import datetime |
2 from django.core.management import call_command |
3 from south.db import db |
|
4 from south.v2 import DataMigration |
3 from south.v2 import DataMigration |
5 from django.db import models |
|
6 from django.core.management import call_command |
|
7 |
4 |
8 class Migration(DataMigration): |
5 class Migration(DataMigration): |
9 |
6 |
10 def forwards(self, orm): |
7 def forwards(self, orm): |
11 # Call the command from ldt_utils app |
8 # Call the command from ldt_utils app |