Thank you for your comments

> * In the drop down menus. At this moment I only get one information, for
> example the second name of the student, and I would like to have first
> name also (they are in different fields in the "resolutores" (solvers)
> table), but if I try things like:

should be

db.ejercicios.resuelto_por.requires=IS_IN_DB(db,'resolutores.id','%
(apellido)s %(nombre)s')

> * I would like to have longer Titles for sources, because some books
> have really long titles, theres any way to specify this for the string type?

SQLField('name','string',length=128)

> * There is any way to have a date field with only this year as default?

Not sure what you mean. You can try default=datetime.date
(request.now.year,1,1)

> * I have being looking for places to publish this app. First with
> Star-nix, but I contacted them just yesterday (when I finished my one
> day app) and I have not answered and now I'm trying with gandi free
> test. This is my fist published app, so I don't know if there is an
> special requirement or thing to have in mind in places like the ones i
> referred.


Any web host that supports cherrypy should do.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to