From 67c4f7a8f32050830cc195700cd9f647fbe3ed6e Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Sun, 20 Apr 2014 21:03:59 +0800 Subject: disabled app south and removed migrations --- notice/migrations/0001_initial.py | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 notice/migrations/0001_initial.py (limited to 'notice/migrations/0001_initial.py') diff --git a/notice/migrations/0001_initial.py b/notice/migrations/0001_initial.py deleted file mode 100644 index 4243e11..0000000 --- a/notice/migrations/0001_initial.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -from south.utils import datetime_utils as 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 = ['notice'] \ No newline at end of file -- cgit v1.2.2