from .base import *
AUTH_PASSWORD_VALIDATORS = []
try:
from .local import *
except ImportError:
pass