Skip to content

Instantly share code, notes, and snippets.

@oeeckhoutte
Created August 10, 2021 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oeeckhoutte/718b2c19df9929e70e50510bfec0d286 to your computer and use it in GitHub Desktop.
Save oeeckhoutte/718b2c19df9929e70e50510bfec0d286 to your computer and use it in GitHub Desktop.
[FASTER DEV] External API calls cache (long process) for local dev only (requests python)
#### TODO #####################################################################
import requests_cache
requests_cache.install_cache("dev_cache")
# For dev only
# If you see this in a PR raise an alert
###############################################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment