Commit acaa38f0 by Clinton Blackburn

Resolved deprecation warning

Using the default Django 1.6+ test runner. This new value will resolve the deprecation warnings seen when using manage.py. Note that test settings will continue to use the Django Nose test runner.
parent 12d98207
...@@ -391,3 +391,6 @@ REST_FRAMEWORK = { ...@@ -391,3 +391,6 @@ REST_FRAMEWORK = {
'PAGE_SIZE': 20 'PAGE_SIZE': 20
} }
# END DJANGO REST FRAMEWORK # 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