NewsBlur/apps/feed_import/migrations/0001_initial.py

21 lines
356 B
Python
Raw Normal View History

2010-06-11 16:58:07 -04:00
from south.db import db
from django.db import models
from apps.feed_import.models import *
2010-06-11 16:58:07 -04:00
class Migration:
def forwards(self, orm):
"Write your forwards migration here"
def backwards(self, orm):
"Write your backwards migration here"
models = {
}
complete_apps = ['feed_import']