i use stripe.com
El viernes, 11 de abril de 2014 09:39:15 UTC-5, Leonel Câmara escribió:
>
> I have a Brazilian costumer and I will need to implement this soon so I'm
> now evaluating the available options. Any suggestions?
>
> Until now I have found this project by Bruno Rocha:
> https://github.
I have a set of normalized "log" tables consisting of a single "log" table
and multiple "x_log" tables where x is some different log type. The "log"
table contains the data that is shared among all logs such as create_date.
Each "x_log" table contains the data specific to that log type in additi
It's for mysql. Its stored as VARCHAR in the data base and up to 500 chars
but fixing it to text in my db.py model fixed it. I'm guessing there is a
built in validator for strings
On Apr 11, 2014 4:00 PM, "Derek" wrote:
> is this mssql or mysql or postgres? i think mysql has a limit of 255 for
>
well, it looks like the changes from 2.8.2 to 2.9.5 did include changes to
the 'count'...
https://code.google.com/p/web2py/source/diff?spec=svn1cf7cc49ddcd5fd7169025477b8109fdfda0a5e5&r=1cf7cc49ddcd5fd7169025477b8109fdfda0a5e5&format=side&path=/gluon/dal.py
On Wednesday, April 9, 2014 9:28:08 AM
is this mssql or mysql or postgres? i think mysql has a limit of 255 for
string data. it would silently change any lengths longer to 255...
On Thursday, April 10, 2014 9:52:13 AM UTC-7, LoveWeb2py wrote:
>
> Are there any other suggestions? I've tried everything and I really need
> help with thi
make your own widget or act on the default translation of the string
'file ## download'
hint: anything after ## is to be treated as a comment.
On Friday, April 11, 2014 12:37:37 PM UTC+2, Ramos wrote:
>
> no hints?
>
>
> 2014-04-10 15:25 GMT+01:00 António Ramos
> >:
>
>> hello i want to change
It's Pyston! Guido works at Dropbox, so any new revolutionary Python
system from there is likely to carry his stamp on it. He has seemed
impressed by PyPy in the past, but always a little distant. I think this
is what he wants for the future of Python. Not an all-encompassing "python
writte
In one of my application the header and footer are rendered once, the
content is loaded using web2py_component.
My problem is that the menu in the header does not reflect the state of the
content. In the view that renders the
menu I have the following line of code
{{=_name.replace('_', ' ').
That seems like a pretty big hole then especially if IDs are used as
foreign keys... ownership doesn't mean anything. I could write an
inflammatory comment on a website, change the owner to someone else (via
the edit form) and then suddenly that other user is banned...
On Wednesday, April 9, 20
Hi Leonel:
In Argentina we used in 2012 DineroMail to receive PyCon Argentina 2012
payments.
it appears to be a brazilian operator:
https://br.dineromail.com
The code is not very polished but it is functional (plugin dineromail):
https://code.google.com/p/web2conf/source/browse/models/plugin_di
Here's a chat example: https://github.com/rpedroso/w2pchat
And a discussion regarding it:
https://groups.google.com/forum/#!searchin/web2py/chat/web2py/ABaQw0TYUsc/7iAYs7yXeJEJ
Search the group, you'll find some other discussions as well.
On Thursday, April 10, 2014 5:13:57 PM UTC-4, Rufus wrot
Thanks!
On Friday, April 11, 2014 11:49:30 AM UTC-4, Carlos Cesar Caballero Díaz
wrote:
>
> I think that the function foo(a,b) could be in modules, you will be able
> to call it from any place.
>
>
> El 11/04/14 11:36, Mark Billion escribió:
>
>
> This seems like a really dumb question to m
I think that the function foo(a,b) could be in modules, you will be able
to call it from any place.
El 11/04/14 11:36, Mark Billion escribió:
This seems like a really dumb question to me, but I cant seem to find
an answer.
Controllers are 'default.py' and 'worker.py'
In worker.py, I want
This seems like a really dumb question to me, but I cant seem to find an
answer.
Controllers are 'default.py' and 'worker.py'
In worker.py, I want to call foo(x,y), which is a function in default.py.
Thoughts on how to do that?
--
Resources:
- http://web2py.com
- http://web2py.com/book (Do
I have a Brazilian costumer and I will need to implement this soon so I'm
now evaluating the available options. Any suggestions?
Until now I have found this project by Bruno Rocha:
https://github.com/rochacbruno/python-pagseguro
--
Resources:
- http://web2py.com
- http://web2py.com/book (Docume
Does it work in a new empty project?
On Friday, April 11, 2014 4:04:49 PM UTC+2, David Manns wrote:
>
> Tried this - didn't help
>
> On Thursday, April 10, 2014 5:17:38 PM UTC-4, Sebastian Cambeo wrote:
>>
>> Try deleting memcache and browser cache
>>
>> Am Donnerstag, 10. April 2014 21:13:39 UTC+
Tried this - didn't help
On Thursday, April 10, 2014 5:17:38 PM UTC-4, Sebastian Cambeo wrote:
>
> Try deleting memcache and browser cache
>
> Am Donnerstag, 10. April 2014 21:13:39 UTC+2 schrieb David Manns:
>>
>> I am still seeing this in released version 2.9.5??
>>
>> On Sunday, March 9, 2014 9
Too bad some appliances dont work out of the box.
Thas bad publicity for web2py
Someone should check this
2014-04-10 22:13 GMT+01:00 Rufus :
> Well,
>
> Couldn't even open default/index: there was a problem with foreign
> keys right off the bat. Modified the model to ignore the foreign key
Hello,
I'd like to just have my links on the right side of the SQLFORM Grid and my
buttons on the left and right. I've tried modifying the sqlhtml.py and
changing links_placement = 'right', and buttons_placement = 'both', but
both the links and buttons still appear. I'm guessing the record vers
no hints?
2014-04-10 15:25 GMT+01:00 António Ramos :
> hello i want to change the text that appears on downloadable file links
>
> I see "file" but that is nothing informative especially when users dont
> speak english
>
> I want to default it to something else
>
> where do i change that behavio
Thanks!
On Saturday, March 29, 2014 2:50:42 PM UTC+2, Encompass solutions wrote:
>
> I would love to have a list set with strings but I am able to define if
> they should be of a certain string type.
> Does this already exist and I did it wrong, or would this be a good idea
> to implement.
>
21 matches
Mail list logo