You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set your environment before running other commands
"""
try:
import_module('.settings.%s' % name, 'fabfile')
except ImportError:
abort('Environment settings not found for "%s", you must create a file at `settings/%s.py` and add your environment settings to it to use it' % (name, name))