I am using the following code for implementing login using facebook through
OAuth. I am using my app id and app key instead of FB_CLIENT_ID and
FB_CLIENT_SERET.
*FB_CLIENT_ID='XXX'*
*FB_CLIENT_SECRET="YYY"*
*## import required modules*
*try:*
*import json*
*except ImportError:*
*from gl
Hi,
My name's Mishra and I just started using Web2Py. I have some basic
knowledge in coding (HTML, PHP, CSS and Python.) I don't usually write on
forum as answers for most questions are already somewhere on the net, but I
don't figure the solution for this problem despite of
Trying to learn web2py via a project.
I would like to have a map with multiple places marked out of which a
person can select a few places and click the submit button for the data to
be processed.
How should I proceed with it?A thread about google maps plugin says its old
and obsolete.I might be
I just wanted to say hi to the community.
Hi!
The framework looks magical currently and I want to reduce that magic.I
don't feel that I am in control of the framework.
I just started learning and building apps with web2py.I have some
competitive programming experience and I have built a few apps
Just figured out the bug, javascript in href of link tags worked fine
on chrome, but failed on firefox, I've changed any such links from wrote:
> Great, now I am learning web2py I have a few of them noted at my Mac
> desktop.
>
> There is a little bug athttp://bugs.madetokill.com
> Register button
Hi Massimo,
I was thinking of porting BugBase (a base bug tracker written in php
as a college project) to web2py to learn and speed up with it. The
original PHP code is here - http://github.com/ideamonk/bugbase with
demo available at http://bugs.madetokill.com
Its a bit buggy and insecure (assume
@Magnitus
check this link out. They have quite decent collections of lectures.
You have to search for the course in which u are interested.
http://nptel.iitm.ac.in/
On Thu, Mar 25, 2010 at 11:01 PM, Magnitus wrote:
> Thanks for the tip :).
>
> They also have a section on machine learning, nice (
I found this to be a little out of conventional way...
Initially my app - http://hello-poll.appspot.com used to update tables
in this way -
method #1
db(db.choice.id==request.vars.cid).update(votes = db.choice.votes + 1)
^ This worked well on local web2py and appengine instance.
However on deplo
Alright I'll try looking for it, Thanks
On Mar 24, 9:21 pm, mdipierro wrote:
> I wote a plugin for this last month and I posted on this list but I
> lost it. If somebody can find it please re-post it.
>
> Massimo
>
>
--
You received this message because you are subscribed to the Google Groups
b.table.field.writable=True or False
>
> form.labels is not defined because according to current design labels
> are a property of the individual fields and not of the form object.
>
> On Mar 24, 10:26 am, mdipierro wrote:
>
>
>
> > You do not specify the field
; WRONG
>
> You specify them at the level of the fields
>
> db.table.field.label='...'
> form=SQLFORM(db.table)
>
> Massimo
>
> On Mar 24, 9:28 am, Abhishek Mishra wrote:
>
>
>
> > Hi guys,
>
> > I am trying to learn/try out web2py fr
Hi guys,
I am trying to learn/try out web2py from scratch. I'm making a simple
poll application right now.
So, to add a poll, I'm trying to use automatically generated SQLFORMs
as in -
pollform=SQLFORM(db.poll, fields=['question'],
labels={'question':'Poll Question'})
I was looking for a way to
n' , etc helps
out for app specific error pages.
Yup using the decorators would invite me to the less maintainable task
of adding it above all the controllers defs.
Thanks!
On Mar 6, 7:58 pm, mdipierro wrote:
> On Mar 5, 9:48 pm, Abhishek Mishra wrote:
>
> > Hi
Hi I'm trying to implement a decorator for custom error pages in
web2py into sahanapy.
Ref - http://web2py.com/AlterEgo/default/show/75
I'm trying to keep it as a module in /modules directory so that I can
import it into the controllers and place the decorator appropriately.
I have kept error han
Yes u are right.
I also checked but its not responding
On Sat, Feb 27, 2010 at 9:30 AM, Neno wrote:
> http://www.web2py.com/ doesn't seem to be responding...
>
> --
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To post to this group, send e
15 matches
Mail list logo