I am saving some urls in my constants.py file like this:
BASE_URL = \'https://{env}.my-site.com\' ENV_URLS = { \'dev\': BASE_URL.format(env=\'dev\'),