I have a small Python program that uses the secret key of the Google Maps API. I am ready to register my code, and I do not want to include the secret key in SVN.
In a canonical PHP application, you set up secret keys, database passwords, and other application-specific configurations in LocalSettings.php. Is there a similar file / location that Python programmers expect to find and modify?
source
share