29:50 (UTC-6), Armando Hernandez
escribió:
>
> Hello,
>
> i have an error when i try to export smartgrid data, smart grid displays
> fine, but when i try to export data (click on the Export: [CSV] button) i
> have the following error:
>
> (1064, u'You have an
>
Version
2.17.2-stable+timestamp.2018.10.06.18.54.02
(Running on gunicorn/19.0.0, Python 2.7.9)
El lunes, 24 de diciembre de 2018, 14:46:46 (UTC-6), Dave S escribió:
>
>
>
> On Sunday, December 23, 2018 at 8:29:50 PM UTC-8, Armando Hernandez wrote:
>>
>> Hello,
>>
&g
this is the best article i have read about Unicode and characters sets:
https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/
;)
El viernes, 21 de diciembre de 2018, 10:27:00 (UTC-6)
Hello,
i have an error when i try to export smartgrid data, smart grid displays
fine, but when i try to export data (click on the Export: [CSV] button) i
have the following error:
(1064, u'You have an
error in your SQL syntax; check the manual that corresponds to your MySQL
server version fo
How can i filter tha value of the autocomplete values of a
SQLFORM.widgets.autocomplete(request,db.person.name)
Lets say you only want the autocomplete widget to display person names of
persons with ages beetwen 30 to 35 years old
Something like :
Filter=(db.person.age>=30) & (db.person.age<=
Thanks for the workaround! :)
El jueves, 18 de mayo de 2017, 12:18:52 (UTC-5), Massimo Di Pierro escribió:
>
> My apologies. It will be back as soon as the DNS refreshes. The server is
> actually up and has always been: http://mdipierro.pythonanywhere.com/
> but the IP has changed on the pythonan
Assuming PostDate is a field of type datetime Try this before calling SQLFORM
db.QuarterMaster.PostDate.default = request.now
If PostDate is a field of type date use
db.QuarterMaster.PostDate.default = request.now.date()
and remove all the
form.vars.PostDate assignments
--
Resources:
- http:
Same situation here mobile interface not working
2.14.5-stable+timestamp.2016.04.14.03.26.16
(Ejecutando en nginx/1.9.14, Python 2.7.11+)
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py
8 matches
Mail list logo