Fix typo in test_settings

This commit is contained in:
Fabián Ezequiel Gallina 2014-04-30 17:06:21 -03:00
parent 2eafe6866e
commit 2bd4666dd3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ DATABASES = {
ROOT_URLCONF = ''
STATSD_CLIENT = 'django_statsd.clients.null'
STATSD_PREFIX = None,
STATSD_PREFIX = None
METLOG = None
SECRET_KEY = 'secret'