__init__.py 160 B

123456
  1. from django.db import connection
  2. from celery.utils import noop
  3. # FIXME This breaks the test-suite for some reason.
  4. connection.creation.destroy_test_db = noop