author | ymh <ymh.work@gmail.com> |
Thu, 28 Feb 2013 10:41:11 +0100 | |
changeset 100 | 71b8c0bf5882 |
parent 78 | d108011b6e99 |
child 102 | e2968797bdae |
permissions | -rw-r--r-- |
78 | 1 |
# -*- coding: utf-8 -*- |
2 |
import datetime |
|
3 |
from south.db import db |
|
4 |
from south.v2 import SchemaMigration |
|
5 |
from django.db import models |
|
6 |
||
7 |
||
8 |
class Migration(SchemaMigration): |
|
9 |
||
10 |
def forwards(self, orm): |
|
11 |
pass |
|
12 |
||
13 |
def backwards(self, orm): |
|
14 |
pass |
|
15 |
||
16 |
models = { |
|
17 |
||
18 |
} |
|
19 |
||
20 |
complete_apps = ['ldtplatform'] |