changeset 102 | e2968797bdae |
parent 78 | d108011b6e99 |
101:f8d837d7ffbc | 102:e2968797bdae |
---|---|
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): |