Hello,
is it changed something about this topic since the time of the discussion?
Which is the best method now to achieve this function?
Thanks,
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.c
And the stackoverflow documentation?
http://stackoverflow.com/documentation/web2py/topics
Em terça-feira, 21 de março de 2017 16:53:16 UTC-3, Massimo Di Pierro
escreveu:
>
> web2pyslices is becoming hard to maintain. Right now the best solution is
> to create a github repo and move all the rec
You want select many images , highlight them and search at database by
ids's images highlighted ?
Real-time?
Em segunda-feira, 20 de março de 2017 10:40:13 UTC-3, Scorpa escreveu:
>
> Hello folks!
>
> I'm struggling with one idea:
> I want to make visual filter such as - you can click on any ima
So you try install by pip?
Em segunda-feira, 20 de março de 2017 10:38:12 UTC-3, Peter Weicher
escreveu:
>
> Hello,
>
> I am trying to use web2py to build an application that requests data from
> various google APIs.
>
> Using my local install of Python 3 or Python 2, I am able to import the
>
Which problem are you having?
Em sexta-feira, 24 de março de 2017 15:20:31 UTC-3, PK escreveu:
>
> @request.restful()
> def api():
> response.view = 'generic.json'
> def GET(*args,**vars):
> patterns = [
> "/wishBoxes[wishBoxes]",
> "/wishBoxes[wishBoxes]/{w
I am using sqlform.grid, with links that show details in a div when
clicked.
here are some fragments of the code:
def view_report():
qry.reportnr.represent = render_FIELD(qry.reportnr)
fields = (qry.id,qry.detail, qry.reportnr,)
grid = SQLFORM.grid(qr,fields =fields,
To my understanding issue with web2py slice is that it is base on Mucova (
https://github.com/rochacbruno/Movuca) which is a web2py based CMS not
maintain anymore. To me, the problem is that web2py slice was more an
effort of social network then a web2py showcase...
I can understand the reluctance
Notice nothing prevent somebody to use githud either way...
Richard
On Mon, Mar 27, 2017 at 2:55 PM, Richard Vézina wrote:
> To my understanding issue with web2py slice is that it is base on Mucova (
> https://github.com/rochacbruno/Movuca) which is a web2py based CMS not
> maintain anymore. To
Hi Mathieu
I used Stripes submit form and put that in a form, and that seems to work
ok -
https://robstestinglab.pythonanywhere.com/c/e/b1
https://checkout.stripe.com/checkout.js";
class="stripe-button"
data-key="pk_test_X"
data-amount="999"
data-name="XXX"
Oops, it would be $1000, and I also need to put in a proper description,
but that's not the tricky bit.
Thanks
Rob
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Is
Hi everyone,
I have a *cache.redis* defined in a db.py file like so:
from gluon.contrib.redis_utils import RConn
from gluon.contrib.redis_cache import RedisCache
rconn = RConn('localhost', 6379)
cache.redis = RedisCache(redis_conn=rconn, debug=True)
now i'd like to perform caching in a module
Hello Everybody,
I hope someone can help me, I have a table full of records from a data
base, each row has a delete button so what I want to do is to show a
"Yes/No" Javascript popup to confirm the delete action.
So far what I did is:
*** controller ***
def Person():
person = db(db.Person
>
> OK,I'm down to just this now:
def pay():
from gluon.contrib.stripe import StripeForm
form = StripeForm(
pk='pk_test_xx',
sk='sk_test_xx',
amount=1000,
description="Example charge").process()
if form.accepted:
On Monday, March 27, 2017 at 12:39:43 AM UTC-4, 黄祥 wrote:
>
> a, i c, my assumption is whatever showed in snakeviz result, is all the
> python files that executed, btw, there still odd for me, why login_onfail
> callback function is not showed snakeviz, wheter it's executed or defined?
>
Just to
14 matches
Mail list logo