Hello all,
I am loading a form from a database table, with CRUD or SQLFORM (It is the
same for me).
This form contains text fields and textarea fields between others.
Now, I need to change in the views the class of all textareas, from class="
text" to class="myclass"
How can I do this from con
{{=form.custom.widget.topic}}
>
>
> {{=form.custom.widget.description}}
>
> Submit
> your idea
>
> {{=form.custom.end}}
>
> <<<<
>
&
Hello,
Yes, you can write your backend Restful service with Web2py, and connect
consumer web applications, android or iOS apps, etc.
I use to read ODoo web services, process data with Web2py and publish to
customers with a Restfull service.
Web2py is perfect for this tasks. It is very fast and
Hello all,
I am trying to upload a Web2py application to GAE, as I use to do with
other web2py apps (without problems).
I find the following error in GAE logs:
: 'module' object has no attribute 'settings'
Traceback (most recent call last):
File "/base/data/home/apps/s~proy1/1.37438895196618
Hi Massimo,
I work as a software consultant and developer. I work with Web2py in my
projects with customers.
I would like to be in the list of companies
My website is : www.garciac.es
I offer my consulting services in Spain.
Thank you.
Regards,
Francisco.
El domingo, 15 de febrero de 2015, 2
GET=GET)
-
This way I can't return 'response' expression.
Thank you for your support.
Regards,
Francisco
>
> On Thursday, May 11, 2017 at 12:28:37 PM UTC-4, Francisco García wrote:
>>
>> Hello all,
>>
>>
': {'success': True, 'Key': Key, 'data':
dataOrder, 'Code': .}})
return (json(res))
return dict(GET=GET)
Thanks.
Regards
Francisco.
El viernes, 12 de mayo de 2017, 9:25:44 (UTC+2), Francisco García escribió:
>
> El jueves, 11
Hello all,
I have the following configuration to validate users with windows Active
directory:
auth.define_tables(username=False, signature=False)
auth.settings.create_user_groups = False
auth.settings.actions_disabled=['register','change_password','request_reset_password','retrieve_username',
= [auth, ldap_auth(...)]
>
> So it check the password first in web2py then in Active Directory... I
> guess by removing the auth ad an authentication method it will only allow
> authentication against the ldap/AD instance.
>
> Richard
>
> On Mon, Sep 25, 2017 at 12
Hi Dave,
I agree with you. Changes in gluon/*.py may be complex.
If I implement a solution useful for others, I'll do a pull request.
Regards.
El martes, 26 de septiembre de 2017, 21:23:42 (UTC+2), Dave S escribió:
>
>
>
> On Tuesday, September 26, 2017 at 9:01:44 AM UTC-7,
> On Thursday, 13 March 2014 06:56:32 UTC-5, Francisco García wrote:
>>
>>
>> Hello all,
>>
>> I am trying to upload a Web2py application to GAE, as I use to do with
>> other web2py apps (without problems).
>>
>> I find the following error in GAE log
March 2014 06:56:32 UTC-5, Francisco García wrote:
>>
>>
>> Hello all,
>>
>> I am trying to upload a Web2py application to GAE, as I use to do with
>> other web2py apps (without problems).
>>
>> I find the following error in GAE logs:
>>
>>
Hello all,
In a service Restful I need to return a dict in the form:
{'response' : {'data' : .}}
The problem is that I can't use 'response' Keyword this way.
I get the error:
keyword can't be an expression
I would like to know if there is a way to do that.
Thank you in advance.
Regards,
Fra
user_lastname_attrib='cn:2', # May use other attributes
>> you have to try
>>server='SERVER_DNS',
>>user_mail_attrib='mail',
>># userPrincipalName #mail #proxyAddresses:1
>>
Hello all,
I am using logging methods: ldap_auth (in 'ad' mode) and auth.
My application logins perfectly from web auth form, validate with both
methods, depending the order of them.
I am using AuthJWT for remote access, from an Android mobile application.
It works fine with local database.
My
15 matches
Mail list logo