Added relationships to hosts from launch job status and launch job status event, updated admin to display host stats and events.

This commit is contained in:
Chris Church
2013-04-15 19:22:57 -04:00
parent 54923f05c4
commit 52ace2700c
6 changed files with 459 additions and 22 deletions

View File

@@ -167,6 +167,9 @@ DEVSERVER_MODULES = (
#'devserver.modules.profile.LineProfilerModule',
)
# Skip migrations when running tests.
SOUTH_TESTS_MIGRATE = False
if 'djcelery' in INSTALLED_APPS:
import djcelery
djcelery.setup_loader()