floraconcierge.py
334 Bytes
import sys
settings = sys.modules['{{ project_name }}.settings']
FLORACONCIERGE_API_ID = 'api id here'
FLORACONCIERGE_API_SECRET = 'secret key here'
# Your custom api env initialization function
# FLORACONCIERGE_API_INIT_ENV = '{{ project_name }}.payment.middleware.init_env'
# FLORACONCIERGE_LOCAL_API = not settings.PRODUCTION