On Wed, Jan 21, 2009 at 1:02 AM, thebrianschott <schott.br...@gmail.com> wrote:

> Dave,
>
> Excellent question. Thanks.
>
> I have been putting my code on the google svn service. And in
> principle I would like my code to be public for this project.
>
> I have been reading in the docs about using the urlfetch.Fetch()
> method to get movies from a static file and thought I might adapt that
> method to getting the private key, if the file is secure there.

Okay, I see where you're coming from. Your best bet is probably to
auto-generate or manually edit a tiny .py file that you don't check in
to SVN (or maybe check in a secret-key.py.template with the key
replaced with "InsertKeyHere"). Then you could write a little script
that pulls your real secret key from a file on your own computer
before uploading your app.


Dave.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to