diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-20 21:03:59 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-20 21:03:59 +0800 |
commit | 67c4f7a8f32050830cc195700cd9f647fbe3ed6e (patch) | |
tree | 090ee0b31c8760a5414d2a69e53f61830f8f5894 /notice | |
parent | 7a1f582dd1ae7ddfe9765c74b6dc828d4b6ad904 (diff) | |
download | django-skaschool-67c4f7a8f32050830cc195700cd9f647fbe3ed6e.tar.bz2 |
disabled app south and removed migrations
Diffstat (limited to 'notice')
-rw-r--r-- | notice/migrations/0001_initial.py | 20 | ||||
-rw-r--r-- | notice/migrations/__init__.py | 0 |
2 files changed, 0 insertions, 20 deletions
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 diff --git a/notice/migrations/__init__.py b/notice/migrations/__init__.py deleted file mode 100644 index e69de29..0000000 --- a/notice/migrations/__init__.py +++ /dev/null |