changeset 78 | d108011b6e99 |
child 102 | e2968797bdae |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/ldtplatform/migrations/0001_initial.py Mon Apr 15 16:33:22 2013 +0200 @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +import datetime +from south.db import db +from south.v2 import SchemaMigration +from django.db import models + + +class Migration(SchemaMigration): + + def forwards(self, orm): + pass + + def backwards(self, orm): + pass + + models = { + + } + + complete_apps = ['ldtplatform'] \ No newline at end of file