Another solution proposed in this group was to put the "appcfg.py
update myappdir" in a script/batch file and before the appcfg.py call
a commandline version of a zip tool that zips up the whole myappdir
(except *.pyc files).
Move the file to myappdir.
In a static file directory, or create a handler that dynamically
serves the zip file if you'r admin.

Is it possible to create a static file dir that has login:admin in app.yaml?
This way only an admin can download these static files.

2009/7/30 Holger <[email protected]>:
>
> Hi Haisheng Hu
>
> maybe you work on open source code and don't fear anything being
> stolen.
>
> Partial* download capability can be implement easy into Google
> appengine.
>
> Just add the zipme script to your code:
> http://www.manatlan.com/blog/zipme___download_sources_of_your_gae_website__as_a_zip_file
>
> It's a great tool. How often did I forget which part of my code is
> just uploaded. With the script now I simply add  'zipme' to the URL +
> log in with my admin email and get a quick answer.
>
> Bye,
> Holger
>
> ___
> * Static files aren't downloaded with the above version. But hopefully
> a future version will get them too.
> >
>

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

Reply via email to