[web2py] First web2py app

2014-07-20 Thread Sif Baksh
My very first besides the Hello World. It's pulling data from a RESTful Server and the output is JSON. We have 52 entries in our Config Templates and it just prints out one under web2py. When I run this in web2py it only return one result: def index(): import requests import json u

[web2py] First web2py app - some advice needed

2011-02-02 Thread skwasha
Making my first foray into web2py and wanted to run a few things by the list. Let's say I want to have a list of Libraries, each of which contains a Collection of Books. Here's what I've got so far: db.define_table('library', Field('id','id', represent=lambda id:SPAN(id,' ',A('view'

[web2py] First web2py app

2010-05-04 Thread ScOut3R
Hey There! My first web2py application started as a learning course and the application was designed for personal use but I thought that maybe the public would be interested in it. Is this the right place to "advertise" a web2py based app which might interest the community? If yes, then I'll writ