changeset 105 | 665f520f23ae |
parent 102 | e2968797bdae |
98:b94866be0f53 | 105:665f520f23ae |
---|---|
1 # -*- coding: utf-8 -*- |
1 # -*- coding: utf-8 -*- |
2 import datetime |
|
3 from south.db import db |
|
4 from south.v2 import SchemaMigration |
2 from south.v2 import SchemaMigration |
5 from django.db import models |
|
6 |
3 |
7 |
4 |
8 class Migration(SchemaMigration): |
5 class Migration(SchemaMigration): |
9 |
6 |
10 def forwards(self, orm): |
7 def forwards(self, orm): |