I\'m trying to use AJAX with web2py language but I have a problem My code is: javascript $(document).ready(function(){
In web2py I\'d like to change password via xml-rpc call. How can I do that? @auth.requires_login() def call():
I am using Web2Py to create a simple app which sends Push notifications through UrbanAirship. For some reason, I am getting a 400 response when I try to send it through my code. It UA API works fine u
I\'m try开发者_运维知识库ing to put an image in view section I have defined a table but it seems{{for table in tables:}} doesn\'t work. My code is:
Trying to make a poll application in web2py. Model db.define_table(\'t_query\', Field(\'f_content\', type=\'te开发者_运维知识库xt\', requires=IS_NOT_EMPTY(),
I\'d like to know if it\'s possible use SQLTABLE to build开发者_Go百科 up a list of images. Images are in a database table, but I don\'t want just a link to download.You can do it in a number of ways:
I have开发者_如何学C this page: http://mysite.org/myapp/pages/blog?name=user9 and I need to have this:
How do I rename a database table in web2py?If there is not a direct way, what is the best workaround to do this?All I found was this thread http://groups.google.com/group/web2py/browse_thread/thread/e
local_import function randomly does not import my modules from modules directory. The Error is: ImportError: No module named testapp.modules.mymodule
I have three applications, but I want them to use the same layout.html and css. Is there any way to achieve this?