src/aixweb/migrations/0001_initial.py
author veltr
Tue, 11 Jun 2013 16:56:53 +0200
changeset 23 2c2cd6f3f0a8
parent 10 fb466c64d84c
permissions -rwxr-xr-x
css bug fix

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