Skip to content

Commit

Permalink
Removing mentions to south
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardopires committed May 29, 2016
1 parent f1e322a commit ad12a74
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tenant_schemas/management/commands/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@
from tenant_schemas.management.commands.migrate_schemas import Command as MigrateSchemasCommand
from tenant_schemas.utils import django_is_in_test_mode

try:
from south.management.commands.migrate import Command as MigrateCommand
except ImportError:
MigrateCommand = BaseCommand


class Command(MigrateCommand):
class Command(BaseCommand):

def handle(self, *args, **options):
database = options.get('database', 'default')
Expand Down

0 comments on commit ad12a74

Please sign in to comment.