$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

PRs related to OAuth Scopes Work


Clear Stage Credentials Access Token Cache

DEVOPS-7598 - Getting issue details... STATUS

Run the following from stage credentials machine:

python manage.py shell --command="from django.core.cache import cache; cache.delete('siteconfiguration_access_token_1')"


  • No labels