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 --- mirrors/migrations/0001_initial.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 mirrors/migrations/0001_initial.py (limited to 'mirrors/migrations/0001_initial.py') diff --git a/mirrors/migrations/0001_initial.py b/mirrors/migrations/0001_initial.py deleted file mode 100644 index 4a3173c5..00000000 --- a/mirrors/migrations/0001_initial.py +++ /dev/null @@ -1,17 +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 = ['mirrors'] -- cgit v1.2.3-2-g168b