Put news under south control

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2010-09-08 00:15:30 -05:00
parent 16198ad23b
commit 4e193afcea
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# encoding: utf-8
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
pass
def backwards(self, orm):
pass
models = {
}
complete_apps = ['news']

View File

0
news/models.py Normal file
View File