PageRenderTime 64ms CodeModel.GetById 56ms app.highlight 5ms RepoModel.GetById 0ms app.codeStats 0ms

/bangkokhotel/lib/python2.5/site-packages/south/tests/otherfakeapp/migrations/0003_third.py

https://bitbucket.org/luisrodriguez/bangkokhotel
Python | 14 lines | 10 code | 4 blank | 0 comment | 0 complexity | c0063657231c160dcd2fb2d54e1e61fb MD5 | raw file
 1from south.db import db
 2from django.db import models
 3
 4class Migration:
 5    
 6    depends_on = (
 7        ("fakeapp", "0003_alter_spam"),
 8    )
 9    
10    def forwards(self):
11        pass
12    
13    def backwards(self):
14        pass