[web2py] Web2py and leaflet using postgresql as database

2017-12-20 Thread Gabriel Schubert
Hello, I'm trying to run this application (https://github.com/ilvalle/w2pgis) and I'm getting the following problem: gabrielschubert@Gabriel-Notebook ~/Documents/web2py/web2py $ python web2py.py -a 123 -i 127.0.0.1 -p 8000 -S leaftlet -M web2py Web Framework Created by Massimo

[web2py] Re: Display Image from Uploads Folder

2017-07-19 Thread Gabriel Paulini
My bad bro. I thought this group was web2py-brazil. Btw it worked ;) It helped me a lot even though it is a simple question. On Wednesday, July 19, 2017 at 9:50:30 AM UTC-3, Leonel Câmara wrote: > > Hey, > > In the future, please use English as this is an international board. > > By default

[web2py] Display Image from Uploads Folder

2017-07-19 Thread Gabriel Paulini
Olá, Meu problema parece ser fácil mas sou iniciante em desenvolvimento para web, principalmente com web2py. Tenho uma tabela de aplicativos com os campos 'appNome' e 'appIcone'. No controlador *default *há uma função que faz um select dessa tabela e na view tenho um *for *que varre a tabela e

[web2py] Re: update_record no update computed fields

2013-10-19 Thread Ángel Gabriel Morales Acosta
Ready. Issue 1735 Thank you so much. El viernes, 18 de octubre de 2013 20:20:04 UTC-5, Massimo Di Pierro escribió: > > Computed fields are not updated when you update_record. Open a ticket, > perhaps they should. > > On Friday, 18 October 2013 17:50:19 UTC-5, Ángel Gabriel

[web2py] update_record no update computed fields

2013-10-18 Thread Ángel Gabriel Morales Acosta
Hi. I'm using 2.7.4-stable+timestamp.2013.10.16.09.10.20 In db.py : db.define_table('table', Field('a','double'), Field('b','double'), Field('c','double', compute=lambda r: r['a']+r['b']) ) In appadmin.py: add record with values a=1, b=2 that right, produce c=3 But In controller

[web2py] Re: name id for form

2013-10-15 Thread Ángel Gabriel Morales Acosta
the form object > is defined. Since it is a string it is not updated when you change a form > attribute. If this is really an issue for you open a ticket. The behavior > can be changed. > > On Monday, 23 September 2013 10:00:37 UTC-5, Ángel Gabriel Morales Acosta > wro

[web2py] name id for form

2013-09-23 Thread Ángel Gabriel Morales Acosta
Hello. For example. *<>* def view(): form = SQLFORM(db.table) form['_id']='*name_for_form*' return dict(form=form) *<>* {{=form}} *<> * ---> Yes. OK. Print name id for form But if i use to the next in view: *<>* {{=form.custom.begin

Re: [web2py] Routing service with query args

2011-02-07 Thread Gabriel Carmona
I'm using "Version 1.91.6 (2011-01-03 17:55:14)" On Mon, Feb 7, 2011 at 2:50 PM, Jonathan Lundell wrote: > On Feb 7, 2011, at 8:49 AM, Gabriel Carmona wrote: >> >> Hi Jonathan. It was a typo. It'd be service instead of app: >> >> curl --da

Re: [web2py] Routing service with query args

2011-02-07 Thread Gabriel Carmona
Hi Jonathan. It was a typo. It'd be service instead of app: curl --data-urlencode 'fields={"name": "test"}' "http://localhost:8000/service/person/create"; Thanks anyway. On Mon, Feb 7, 2011 at 1:21 PM, Jonathan Lundell wrote: > On Feb 6, 2011,

[web2py] Routing service with query args

2011-02-07 Thread Gabriel
Hi, I have this json service: app/default.py ... @service.json def create(model, fields): return dict(id=get_model_or_404(model).insert(**json.loads(fields))) and I am trying to map this: routes_in = ( ('/service/$model/create', '/app/default/call/json/create?model= $model'), ) With this I'

[web2py:28074] Re: connection to the database from remote client command line

2009-08-05 Thread gabriel
and models. > > Try > >     python web2py.py -h > > for help. > > On Aug 5, 1:12 pm, gabriel wrote: > > > Hi there, > > > we're making some thoughts to develop an application based on web2py > > (a kind of tracking system). In this frame, we'

[web2py:28047] connection to the database from remote client command line

2009-08-05 Thread gabriel
(csv, xml, ...) to display the result Is the framework web2py able to propose such a feature ? the remote client could be the Eclipse environment for example : useful for developper, heavy for manager that only like to have the webinterface many thank

[web2py:15426] Re: migration of database

2009-01-25 Thread Gabriel
it's a pretty solution for the end-user. many thanks gabriel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com

[web2py:15425] Re: web2py roadmap

2009-01-25 Thread Gabriel
Thank you for this quick feedback and clear explanations. gabriel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegro

[web2py:15418] migration of database

2009-01-25 Thread Gabriel
Hello, I've just discovered today your application and it seems promising ! I know a bit of rails (via the application Redmine, http://www.redmine.org) and there is a process in rails (so it seems to belong to rails) to update a database schem (adding, droping tables or field) along the developme

[web2py:15419] web2py roadmap

2009-01-25 Thread Gabriel
Hi all, where can I find the information of the web2py roadmap, with the list of defects and features to be included for each milestones. By a quick reading of the messages in the group, it seems that the milestones are named T2 or T3. many thanks --~--~-~--~~~---~--