src/ldtplatform/migrations/0001_initial.py
author cavaliet
Thu, 06 Feb 2014 14:56:24 +0100
changeset 166 70a121b55c90
parent 102 e2968797bdae
permissions -rw-r--r--
Added tag V02.11.20 for changeset 73d6e27f842c

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