src/aixweb/migrations/0001_initial.py
author cavaliet
Mon, 24 Jun 2013 11:52:30 +0200
changeset 59 dd0d2ac21b36
parent 10 fb466c64d84c
permissions -rwxr-xr-x
Added tag V00.01.11 for changeset 50ae6a9e30fc

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