?
Is there documentation somewhere on this? (i couldnt find it)
Thanks,
Kev
--~--~-~--~~~---~--~~
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,
Is there a way to do something like someobject.delete_record() just
like someobject.update_record()?
Also the website web2py.com seems to be down atm for me.
Thanks,
Kev
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the
Try deleting all the session from the database.
On Nov 21, 2:51 pm, morningovermidnight <[EMAIL PROTECTED]>
wrote:
> I'm not sure what's happening. It was all working before. I was
> storing sessions in the database and working with them throughout my
> application with no problem. Now, it seems
Hey,
Thanks for reply. I tested the site right now and it is still down.
(according to my internet and siteuptime)
Kev
On Nov 21, 3:49 pm, mdipierro <[EMAIL PROTECTED]> wrote:
> I have moved the web site to a different virtual machine today. It
> should be up now.
> No. the
Hello,
On GAE, web2py cannot do:
db((db.users.id == id) & (db.users.name == somename)).select()
It gives me AttributeError: 'SQLQuery' object has no attribute
'left'.
How would you fix this OR is there some way to access entity key which
google generates on its own?
Thanks,
Kevin
--~--~---
Hello,
I am a bit confused on how to route page to 404 error page instead of
displaying "invalid constructor" or "invalid function".
How would you route all page not found to 404.html?
Thanks,
Kevin
--~--~-~--~~~---~--~~
You received this message because you are s
Thx!
On Nov 29, 8:55 pm, mdipierro <[EMAIL PROTECTED]> wrote:
> look into routes.example.py
>
> in short. create a file called web2py/routes.py that contains:
>
> routes_in=[]
> routes_out=[]
> routes_onerror = [('*/404', '/yourapp/static/404.html&
Hello,
How do you change the "Internal error" page? I dont want to display
internal error but some sort of message to the visitor.
Thanks,
Kevin
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework"
Hello,
I have looked around but i cannot find how to change the submit button
text in SQLFORM.
Thanks,
Kev
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this g
Hello,
So far i must say i am pleased with web2py. It makes web development
much easier and faster.
I was wondering a few things.
How do you do model associations like one to one, one to many and many
to many? I did db.person to connect a field to person table but i get
an error message (too sma
Ok so i have a little problem which i cant seem to solve.
In default.py controller i have a SQLFORM to display registration
form. Now in the SQLFORM i have _action=URL(r=request, c='user',
f='register') which transfer the form over to user/register. (i want
to make controller for different things
RL(r=request,c='user',f='register'))
>
> Anyway, your code should work. You are either not saving the session
> or overriding the key (multiple forms per page).
> To avoid the problem do not pass "session" to accepts().
>
> Massimo
>
> On Oct 10, 9:59 p
Oct 11, 5:56 pm, mdipierro <[EMAIL PROTECTED]> wrote:
> Not sure I understand. There is one action that generates the form,
> display the form, processes the form.
> Upon success you redirect. Then the for is gone. Are you talking about
> a second page of the form?
>
> Massimo
Ok. Thanks for your help.
On Oct 11, 7:04 pm, mdipierro <[EMAIL PROTECTED]> wrote:
> I would define the form outside any action and and accept it in two
> different actions.
>
> Massimo
>
> On Oct 11, 5:53 pm, kev <[EMAIL PROTECTED]> wrote:
>
> > Ok ta
Hello,
I am checking out web2py after doing a little bit of django and i was
wondering how you could do the following line in web2py:
p = Poll.objects.get(pk=1)
p.choice_set.create(choice='Not much', votes=0)
What i need to know is how to go from poll to choice like django
does.
T
Hello community
I´m trying download a file from my database, I didn´t save the file in the
folder 'uploads', I saved my file in a database external, How can I do if a
user wanna download the file? For example, from a link.
I hope you answer
Best regards.
--
Resources:
- http://web2py.com
I wanna use OnKeyPress to call a javascript, but I'm using a SQLForm, What
can I do?
--
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 Issues)
---
You received this m
17 matches
Mail list logo