[web2py] Cockroach DB

2017-04-11 Thread mcm
This seems a real bargain (postgresql dialect and protocol). https://www.cockroachlabs.com/ Sorry for the others... ;-) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Rep

[web2py] Re: japronto

2017-02-02 Thread mcm
I agree nice and could be useful in speedy services and we should see if it can be used in front of web2py. But it is more important for the long term that we start to think about leveraging HTTP/2 soon Il giorno mercoledì 1 febbraio 2017 16:23:46 UTC+1, Anthony ha scritto: > > On Wednesday, F

[web2py] Re: Docker

2017-02-02 Thread mcm
Nice! I will try to test it on AWS when time permits. Il giorno giovedì 2 febbraio 2017 08:58:54 UTC+1, Michael M ha scritto: > > Hello all, I put together a docker build: > > https://github.com/preactive/web2py-docker-centos7-nginx-uwsgi > > I tested it out on a CentOS7 Azure docker host image. W

[web2py] Re: Howto: Postgres Database Transfer. Solved.

2015-12-23 Thread mcm
Remember to take the fake_migrate_all=True away once you have you database metadata in databases/ dir in place and the app is accessing all the tables. You need it only when you make the first request. Il giorno lunedì 21 dicembre 2015 01:25:47 UTC+1, Ben Lawrence ha scritto: > > > HI, > This is

[web2py] Re: My son made a new web2py logo

2015-06-04 Thread mcm
Massimo, The logo is great given that is the work of a 9yrs old kid! And I like the Pi: reminds me of TeX (see: http://www.ntg.nl/maps/05/34.pdf). Being *e* the Euler's Number of course. About global revamp here are my proposed candidates: 1. polymer 2. semantic-ui

[web2py] Re: Get a Web2py cloud instance in less than 30 seconds

2015-03-03 Thread mcm
+1 thank you terminal.com! Il giorno lunedì 2 marzo 2015 22:14:51 UTC+1, Massimo Di Pierro ha scritto: > > from Enrique @ terminal.com: > > We were playing a little bit with web2py and we think it's a really good >> product, so we decided create a new snapshot with web2py and add it to our >> a

[web2py] web2py/facebook example appliance

2010-08-04 Thread mcm
I updated info at the following url: http://wiki.developers.facebook.com/index.php/User:Python#web2py

[web2py] helloFacebook application

2010-07-01 Thread mcm
Hi, As promised you can download it from here: https://code.google.com/r/michelecomitini-facebookaccess/source/browse/w2p-files/web2py.app.helloFacebook.w2p You have to do 2 things: 1) subscribe for a facebook application on developers.facebook.com and get the 2 codes to use in models/db.py 2)

[web2py] facebook oauth test on GAE

2010-06-30 Thread mcm
Hi, You can test the facebook OAuth code on GAE: http://grafbook.appspot.com/helloFacebook Code of application will be available soon after some cleanup! tnx michele

[web2py] facebook oauth support

2010-06-28 Thread mcm
Hi Massimo, hi All, A first release of support for facebook authentication through facebook OAuth service with Graph API is available on the following git clone: https://code.google.com/r/michelecomitini-facebookaccess/source/browse/gluon/contrib/login_methods/facebook_account.py I put some instr