mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-15 04:21:49 -05:00
Include local versions of third-party dependencies, particularly those unavailable or outdated as OS packages.
This commit is contained in:
@@ -226,9 +226,9 @@ os.environ.setdefault('DJANGO_LIVE_TEST_SERVER_ADDRESS', 'localhost:9013-9199')
|
||||
# Skip migrations when running tests.
|
||||
SOUTH_TESTS_MIGRATE = False
|
||||
|
||||
if 'djcelery' in INSTALLED_APPS:
|
||||
import djcelery
|
||||
djcelery.setup_loader()
|
||||
# Initialize Django-Celery.
|
||||
import djcelery
|
||||
djcelery.setup_loader()
|
||||
|
||||
BROKER_URL = 'django://'
|
||||
CELERY_TASK_SERIALIZER = 'json'
|
||||
|
||||
Reference in New Issue
Block a user