Merge conflicts

This commit is contained in:
Fergal Moran
2015-11-11 00:12:46 +00:00
36 changed files with 473 additions and 188 deletions

View File

@@ -171,12 +171,7 @@ if DEBUG:
REALTIME_HEADERS = {
'content-type': 'application/json'
}
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
if 'test' in sys.argv:
try:
from .test_settings import *
except ImportError:
pass
REST_FRAMEWORK = {
# Use hyperlinked styles by default.