From 51d90e23c9237772a2c327a7fe518d5554532861 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 28 Jun 2014 12:04:19 -0500 Subject: Remove old south migrations Django 1.7 has built-in migrations support, so we no longer want these around. All existing installs should be fully migrated at this point to the latest schema. Signed-off-by: Dan McGee --- devel/migrations/0001_initial.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 devel/migrations/0001_initial.py (limited to 'devel/migrations/0001_initial.py') diff --git a/devel/migrations/0001_initial.py b/devel/migrations/0001_initial.py deleted file mode 100644 index c28fc20f..00000000 --- a/devel/migrations/0001_initial.py +++ /dev/null @@ -1,18 +0,0 @@ -# encoding: utf-8 -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 = ['devel'] -- cgit v1.2.3-54-g00ecf