Fix migration issues, tests, and templates

This commit is contained in:
Wayne Witzel III
2017-11-09 17:24:54 -05:00
parent 6d6bbbb627
commit 96904968d8
21 changed files with 346 additions and 419 deletions

View File

@@ -64,7 +64,7 @@ def celery_memory_broker():
Allows django signal code to execute without the need for redis
'''
settings.BROKER_URL='memory://localhost/'
settings.CELERY_BROKER_URL='memory://localhost/'
@pytest.fixture