src/ldtplatform/migrations/0001_initial.py
author cavaliet
Thu, 02 Jan 2014 13:27:58 +0100
changeset 156 6cc19ead68d6
parent 102 e2968797bdae
permissions -rw-r--r--
Added tag V02.11.15 for changeset 206b7a16517c

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