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
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
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
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
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
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
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
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
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,
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'
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'
(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
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
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
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
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
--~--~-~--~~~---~--
16 matches
Mail list logo