Thank you, Bruno. Do they also offer Web2py hosting as well? I am not
familiar with their service. By the way, thanks for another reply for my
post couple days ago! ;)
On Sat, Sep 15, 2012 at 8:36 PM, Bruno Rocha wrote:
>
> And data-clips are amazing feature!
>
> https://postgres.heroku.com/data
Thank you. I tried executesql, I got an error saying it cannot be
serialized in JSON.
On Sep 17, 2012 2:58 PM, "Bruno Rocha" wrote:
> In my experience working with this I fired out that it is better to use
> "haversine" directly on database, you can find haversine functions for
> MySQL, Postgres
I have some python fetching rows and calculating distances on views. Do u
guys think that it delays loading time? Thank you.
Thank you.
On Apr 4, 2012 6:16 AM, "Massimo Di Pierro"
wrote:
> Try this:
>
> - add the web2py toolbar and it will tell you the time of each query
> {{=response.toolbar()}}
> - turn on the profiler
> web2py.py -F profiler_filename.txt
> it will log useful info at each request
>
> On Tuesday, 3 A
@Bruce,
I see. I will keep that in mind. Glad that I ran it on 10.04.
I just did it. :) thank you.
On Fri, Apr 6, 2012 at 12:10 AM, pbreit wrote:
> I don't think so. Try: apt-get install python-imaging
Nice. Is this website urs? How can I open modal window like tos on this
website?
On Apr 21, 2012 6:20 PM, "Bruce Wade" wrote:
> http://96.126.99.73/ register use sponsor id 12. Under products is a kind
> of shopping card that allows you to buy projects using paypal, alipay or
> ucash. You can als
beautiful. looking great!
On Thu, May 3, 2012 at 9:12 PM, José Ricardo Borba wrote:
> Very impressive. Very good job. I will be glad if you share with us.
>
> José Ricardo Borba
> Porto Alegre - RS
>
>
> 2012/5/3 Ricardo Pedroso
>
>> As requested by Massimo, I've upload some screenshots:
>>
>> h
When I used customform for login, it won't give me any errors to be shown
whenever the password was invalid or email is not existing. I put it on
jquery mobile website. Any idea?
On Jul 4, 2012 4:25 PM, "Anthony" wrote:
> If you refuse to use web2py's css and js files, remember that
>> response.f
I am testing out to store Python code and run it by extracting it from the
database.
It looks simple but it's giving me a weird error.
*//Code*
{{a=row.temp}} //question.temp is "def f(x):\nx = x + 1\ny = 10\n
return x + y" same as below
{{b="def f(x):\nx = x + 1\ny = 10\nretu
Howesc,
Thanks for great info. So, does mobile app user have to register web2py via
access token provided by their hardware in mobile application? May you
explain how you built the login/registration module for mobile app users
along with web2py?
Do you code in html5 with native code for developing
Thank you, guys. :) I think I should try to implement one, when I am free.
Do you know any opensource for iphone oauth login as well as android?
I am actually passing login credentials to web2py from android app via
given web2py lib.
On Feb 11, 2013 11:29 AM, "howesc" wrote:
> Thanks Alec, tha
Yesterday, I wanted to get the tokens from Facebook and Twitter for users
and using the Web2py normal login system at same time. I only wanted to use
their APIs not for implementing oauth login into my website.
I was able to get tokens from Facebook API by using Facebook JavaScript
SDK. I chose thi
Thank you for the link, Bruno!
On Mon, Jan 7, 2013 at 9:36 PM, Bruno Rocha wrote:
> An interesting set of Jquery plugins..
>
> http://jquery-jkit.com/
>
> Bruno
>
> --
>
>
>
>
--
Thank you for reply Wikus. I know I can use mysql. But I am trying to stick
with Sqlite. hehe Does DAL queries support MySql just like Sqlite?
On Wed, Mar 14, 2012 at 4:18 AM, Wikus van de Merwe <
dupakrop...@googlemail.com> wrote:
> You can use mysql with web2py:
> http://web2py.com/books/defaul
It's not suitable for doing calculation in the controller. I don't know how
bad it is going to be if I go with the path that Niphlod suggested. I have
about 1000 Points. You think your solution will work well?
On Mar 14, 2012 3:34 PM, "Alan Etkin" wrote:
> Is it not suitable for your code to do c
Never Mind. It was easier than I really thought of.
{{=A('Wish List',B('(3)'),_href=URL('index'))}}
Awesome :)
On Mon, Mar 19, 2012 at 12:22 PM, Kenny wrote:
> I looked up the documentary and example, I wasn't able to find one.
> How can I convert this to Web2py format?
>
> Wish List (3)
>
> T
thank you Bruno.
I have one more question about query.( I think I was happened to see your
github code as well)
I have a form in HTML
and I read all the form values by serializing it
code
var data = $('.info input[type=\'text\', )
alert(data) // it shows pid=8&topping=1&topping=3&... on and on
Thank you. the answer was very clear for me to solve it.
one another question is about Bruno's answer about storing data in session
using dictionary.
I see that appending works for adding new orders but what if you place an
order that's already placed in session? I know how to compare one word at
Wonderful! Thank you!
On Thu, Mar 29, 2012 at 9:05 AM, Massimo Di Pierro <
massimo.dipie...@gmail.com> wrote:
> default_time = datetime.time(12,00)
> (row.start_hour or default_time) > request.now.time()
>
>
> On Thursday, 29 March 2012 02:50:12 UTC-5, Kenny wrote:
>>
>> I tried to compare by doi
Im curious on this as well. Also, is list:reference valid for mysql?
On Apr 1, 2012 2:23 PM, "bussiere adrien" wrote:
> ok i see the example :
>
> >>> db.define_table('tag',Field('name'),format='%(name)s')
> >>> db.define_table('product',
> Field('name'),
> Field('tags','list:refe
okay I will do so.
Also,
the error is
ProgrammingError: (1064, u"You have an error in your SQL syntax; check
the manual that corresponds to your MySQL server version for the right
syntax to use near 'option CHAR(1),\nsize CHAR(1),\nis_active
CHAR(1),\ncreated_on DATETIME' at line 16")
Thank you as always, Anthony. Working great. ;)
On Wed, May 1, 2013 at 2:29 PM, Anthony wrote:
> What if you add exclusive_domain=True to the BASE dict? I believe that
> prevents creating outgoing URLs like that, but not sure if it affects
> incoming requests.
>
> Anthony
>
>
> On Wednesday, Ma
Hi Anthony,
So, should I just import "contrib.simplejson"? Is this recently changed?
Ken
On Thu, May 2, 2013 at 8:26 PM, Anthony wrote:
> It's contrib.simplejson.
>
> On Thursday, May 2, 2013 9:08:31 PM UTC-4, Kenneth wrote:
>>
>> This seems odd to me.
>>
>> I just moved my server and ran the
Ouch. I must have used old version of web2py than.
I always imported simplejson as "import simplejson as json"
I totally forgot to replicate my setup before terminating my linode server.
Ken
On Thu, May 2, 2013 at 8:36 PM, Anthony wrote:
> I think that's where it has always been.
>
>
> On Thurs
Great to know! Thank you
On Fri, May 3, 2013 at 1:31 PM, Niphlod wrote:
> a little correction. serializers.py in trunk now "inverts" the order
> of imports
> it tries simplejson (cause newer versions of simplejson as an external
> module are always faster than the standard json shipped with
Thank you! your customer search function example answers my question.
just curious, does SQL grid search function work same way as your search
function example?
On Sun, May 10, 2015 at 11:47 PM, Anthony wrote:
> Basically I have 5 fields (last_name, middle_name, first_name,
>> mother_full_nam
27 matches
Mail list logo