on the new envs configuration file, we need to squelch pylint errors on the from dev import *

This commit is contained in:
Chris Dodge
2013-08-10 00:29:17 -04:00
parent 20b957518c
commit e23ec4f221

View File

@@ -1,6 +1,11 @@
"""
This configuration is to turn on the Django Toolbar stats for DB access stats, for performance analysis
"""
# We intentionally define lots of variables that aren't used, and
# want to import all variables from base settings files
# pylint: disable=W0401, W0614
from .dev import *
DEBUG_TOOLBAR_PANELS = (