Project

General

Profile

Statistics
| Branch: | Revision:

root / env / lib / python2.7 / site-packages / south / tests / deps_c / migrations / 0004_c.py @ d1a4905f

History | View | Annotate | Download (153 Bytes)

1
from south.db import db
2
from django.db import models
3

    
4
class Migration:
5

    
6
    def forwards(self):
7
        pass
8
    
9
    def backwards(self):
10
        pass
11