equal
deleted
inserted
replaced
1 # -*- coding: utf-8 -*- |
|
2 from south.v2 import SchemaMigration |
|
3 |
|
4 |
|
5 class Migration(SchemaMigration): |
|
6 |
|
7 def forwards(self, orm): |
|
8 pass |
|
9 |
|
10 def backwards(self, orm): |
|
11 pass |
|
12 |
|
13 models = { |
|
14 |
|
15 } |
|
16 |
|
17 complete_apps = ['ldtplatform'] |
|