src/aixweb/migrations/0001_initial.py
author veltr
Tue, 11 Jun 2013 12:03:10 +0200
changeset 21 f5296d2dac57
parent 10 fb466c64d84c
permissions -rwxr-xr-x
thinner timeline

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