changeset 10 | fb466c64d84c |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/aixweb/migrations/0001_initial.py Fri May 31 16:05:17 2013 +0200 @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- +from south.v2 import SchemaMigration + + +class Migration(SchemaMigration): + + def forwards(self, orm): + pass + + def backwards(self, orm): + pass + + models = { + + } + + complete_apps = ['ldtplatform'] \ No newline at end of file