src/aixweb/migrations/0001_initial.py
author veltr
Mon, 10 Jun 2013 18:56:54 +0200
changeset 20 8c14a340a221
parent 10 fb466c64d84c
permissions -rwxr-xr-x
msie bugfix

# -*- 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']