from .base import * # AUTH_PASSWORD_VALIDATORS = [] INSTALLED_APPS += ['debug_toolbar',] try: from .local import * except ImportError: pass