drydrop
drydrop copied to clipboard
Deploy static sites to App Engine by pushing to GitHub
This tool looks very promising, I'm wondering why it seems to have fallen by the wayside (last commit was 4 years ago). I'm hoping to host a static site using...
got 500 server error instead of a welcome page.
I get the following error on Windows D:\www\drydrop\drydrop>rake upload project=??? ←[33m> git status←[0m Baking version ... ←[33m> git status←[0m ←[33m> echo $?←[0m ←[31mnot under git version control!←[0m I had to...
Hi, I followed the instructions, opened an appengine app, and now I get this error: TemplateNotFound: system/error.html Traceback: controller.py:37 in render controller.py:53 in render_view controller.py:110 in error drydrop_handler.py:325 in route...
Hi, Is there a forum of some other place to ask questions like this? First of all, drydrop is very very useful! I'm using it to migrate my static web...
Triggered when entering a github_login or a github_token value to pull a private repository.
Hello darwin! First of all, great work on drydrop! I have a question: I got my GAE with two domains, the appspot one and a .com one. Is there any...
Patching /Users/moose/drydrop/.deploy/1.7.3.4/drydrop_handler.py > cd "/Users/moose/drydrop/.deploy/1.7.3.4" && find . -exec touch -am -t 01010000.00 '{}' ';' > Uploading version to appspot ... > > > appcfg.py update "/Users/moose/drydrop/.deploy/1.7.3.4" > > sh:...
I am getting 'Access denied' for the app owner. I've invited another 'admin' and then can log-in. Does this check: if not users.is_current_user_admin(): includes a check for an app owner??
Note: recreated it as I accidentally closed when adding a comment Firstly - thanks for this, it was exactly what I was looking for! I am trying to use it...