Commit 541d5b35 by Clinton Blackburn

Merge pull request #55 from edx/test-runner

Resolved deprecation warning
parents 12d98207 acaa38f0
......@@ -391,3 +391,6 @@ REST_FRAMEWORK = {
'PAGE_SIZE': 20
}
# END DJANGO REST FRAMEWORK
# Resolving deprecation warning
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
File mode changed from 100644 to 100755
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment