try:
    from settings_local import *
except ImportError:
    print u'File settings_local.py is not found. Continuing with production settings.'