Add missing comman.

This commit is contained in:
Roberto Rosario
2015-09-06 00:42:11 -04:00
parent dd59a6af72
commit 41c7db7d1b

View File

@@ -3,7 +3,7 @@ from __future__ import absolute_import, unicode_literals
from .development import * # NOQA
INSTALLED_APPS += (
'debug_toolbar'
'debug_toolbar',
)
# Stop debug toolbar patching!