X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9baaf0aa657110f7481ea24dc6bc68bf4fc64cd1..20be4d9d8dad31ecbda183f4b5c74c9d80799f72:/apps/south/management/commands/test.py?ds=sidebyside diff --git a/apps/south/management/commands/test.py b/apps/south/management/commands/test.py deleted file mode 100644 index eef8f3157..000000000 --- a/apps/south/management/commands/test.py +++ /dev/null @@ -1,12 +0,0 @@ -from django.core import management -from django.core.management.commands import test -from django.core.management.commands import syncdb - -class Command(test.Command): - - def handle(self, *args, **kwargs): - # point at the core syncdb command when creating tests - # tests should always be up to date with the most recent model structure - management.get_commands() - management._commands['syncdb'] = 'django.core' - super(Command, self).handle(*args, **kwargs) \ No newline at end of file