all vendor dependencies expressed in requirements.txt

This commit is contained in:
Chris Meyers
2015-08-05 08:10:16 -04:00
parent 717f646430
commit 99fb641b1b
5833 changed files with 201 additions and 1076113 deletions

View File

@@ -3,6 +3,7 @@
import os
import sys
import djcelery
from datetime import timedelta
# Update this module's local settings from the global settings module.
@@ -287,7 +288,6 @@ os.environ.setdefault('DJANGO_LIVE_TEST_SERVER_ADDRESS', 'localhost:9013-9199')
SOUTH_TESTS_MIGRATE = False
# Initialize Django-Celery.
import djcelery
djcelery.setup_loader()
BROKER_URL = 'redis://localhost/'