summaryrefslogtreecommitdiff
path: root/news/migrations/0001_initial.py
diff options
context:
space:
mode:
Diffstat (limited to 'news/migrations/0001_initial.py')
-rw-r--r--news/migrations/0001_initial.py21
1 files changed, 0 insertions, 21 deletions
diff --git a/news/migrations/0001_initial.py b/news/migrations/0001_initial.py
deleted file mode 100644
index e30bf5c9..00000000
--- a/news/migrations/0001_initial.py
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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']