I inherited a django app that calls private APIs in a view to fetch some
data. The credentials or api keys are currently hardcoded in the source,
making it difficult to share.
What is the preferred way to store these kind of keys in a secure way only
accessible to the django server?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFpG6u_Osah8eTo8g%3DTCr9hjccSY0dOnQMPSChLdTU-BjXmzJg%40mail.gmail.com.

Reply via email to