>
>
> Hello all.
Do we know when the web2py Bootstrap 3 version will be released ?
Regards.
--
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 receiv
What am I doing wrong?
C:\web2py\web2py>web2py.exe -S myapp
web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2014
Version 2.9.5-stable+timestamp.2014.03.20.22.57.13
Database drivers available: SQLite(sqlite3), MySQL(pymysql),
PostgreSQL(psycopg2), PostgreSQL(pg8000), MSSQL(pyodbc
I have a function in my controller decorated with the @request.restful()
decorator. I would like to be able to accept a JSON array of objects,
[{"id": 1, "new_value": 1},{"id": 2, "new_value": 2}]
, on a POST, PUT, or DELETE. For example, I'd like the client to be able to
update a series of va
Done, my 2cents on it, and I've just said the truth ;)
Hope it helps, good luck Massimo!
twitter.com/desmondo
On 11 October 2014 15:39, piero crisci wrote:
> I Made it too! Hope it will help massimo!
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http:/
It seems to.
I've tried using pyenv to switch to Python 2.7.5 (the one it works),
declared it as global and verified that works running 'python', reinstalled
web2py 2.9.11 on server but web2py it still uses Python *2.7.6*.
On the other hand I've tried to apply the patch with no luck (actually I'm
uhm, could be something related to
http://bugs.python.org/issue21720
On Sunday, October 12, 2014 1:53:40 AM UTC+2, Luciano Laporta Podazza wrote:
>
> Hello,
>
> I'm using locally web2py (*2.9.8*) + Shopify API (2.0.4) on Mac OS X
> 10.9.5 (Python *2.7.5*) and this code works perfectly:
>
> fr
6 matches
Mail list logo