[web2py] Re: Trying to use Field.represent for 'blob' type in SQLFORM.grid (works in appadmin?)

2018-02-18 Thread mweissen
I have tried form = SQLFORM.grid(db.qr_info, showblob=True, ) and I got: grid() got an unexpected keyword argument 'showblob' What is wrong? Version 2.16.1-stable+timestamp.2017.11.14.05.54.25 (läuft auf nginx/1.10.0, Python 2.7.12) Am Montag, 20. März 2017

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2016-11-05 Thread mweissen
It is a very interesting project. Are there any news? Am Freitag, 24. Juni 2016 00:45:51 UTC+2 schrieb Donald McClymont: > > Just a further note that following some further updating I can login via > Facebook, Twitter, Google (using Mozilla Persona) and Microsoft accounts. > There is a test

[web2py] Re: An error occured, please reload the page

2016-08-22 Thread mweissen
What I have done: db.define_tabel("mytable", Field("message")) "message" is not allowed as name for a field and I get "An error occured, please reload the page" Now I reload db.py and I want to change "message" to "mymessage". But I cann't: the error message appears faster than I could edit

[web2py] Re: Bootstrap3 package - help to test

2014-06-01 Thread mweissen
Hi. I have just this thread - looks very good. I want to test and to use it. Could you please tell me: where is the last version for download? Am Freitag, 9. Mai 2014 23:46:48 UTC+2 schrieb pjryan126: I'm using this in a project now and I even have it working on IE 8. Thanks, Paolo! The