Commit 0f77d84b by Oleg Marshev

Remove django_nose from common setting.

parent 782ed102
......@@ -20,7 +20,6 @@ INSTALLED_APPS = (
'rest_framework',
'rest_framework_swagger',
'corsheaders',
'django_nose',
)
STATIC_URL = '/static/'
......@@ -57,4 +56,4 @@ except IOError:
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:'
}
}
\ No newline at end of file
}
from .common import *
DEBUG = True
INSTALLED_APPS = ('django_nose',)
......@@ -11,3 +11,5 @@ DATABASES = {
}
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
INSTALLED_APPS = ('django_nose',)
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