Generated: Wed 2013-03-13 10:33 CET
Source file: /media/Envs/Envs/filer-gallery/lib/python2.7/site-packages/south/management/commands/testserver.py
Stats: 0 executed, 4 missed, 2 excluded, 2 ignored
from django.core.management.commands import testserverfrom south.management.commands import patch_for_test_db_setupclass Command(testserver.Command): def handle(self, *args, **kwargs): patch_for_test_db_setup() super(Command, self).handle(*args, **kwargs)