/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

  1. from south.db import db
  2. from django.db import models
  3. class Migration:
  4. depends_on = (
  5. ("fakeapp", "0003_alter_spam"),
  6. )
  7. def forwards(self):
  8. pass
  9. def backwards(self):
  10. pass