How does "allow deploying to pythonanywhere from the web2py admin that you're running locally" work...?
There is no documentation I could find in the book, and the form doesn't say what it might do when I click submit, or where it might put the app (will it overwrite my app with the same name if I click submit?) I nerve-wrackingly went to submit the form, but it failed saying the username already exists - does this mean it even tries to register me? That's quite far out... I'd expect a "deploy to pythonanywhere form" to ask for username, password, path to deploy to, and a checkbox to confirm overwrite if it exists. And what if the app does already exists? Will it make sure not to overwrite the tables and sessions directories and so on? Looks like a really useful feature, but there really needs to be a bit more coverage to explain the ins and outs, preferably on the same page as the form itself. Andrew. On Friday, December 18, 2015 at 6:31:38 AM UTC, Massimo Di Pierro wrote: > > CHANGELOG > > ## 2.13.1 > > > - fixed oauth2 renew token, thanks dokime7 > > - fixed add_membership, del_membership, add_membership IntegrityError > (when auth.enable_record_versioning) > > - allow passing unicode to template render > > - allow IS_NOT_IN_DB to work with custom primarykey, thanks timmyborg > > - allow HttpOnly cookies > > - added fabfile.py > > - french pluralizaiton rules, thanks Mathieu Clabaut > > - fixed bug in redirect to cas service, thanks Fernando González > > - allow deploying to pythonanywhere from the web2py admin that you're > running locally, thanks Leonel > > - better tests > > - many more bug fixes > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

