web2py
Is it possible to use web2py language in javascript file (.js)?
I\'m trying to use AJAX with web2py language but I have a problem My code is: javascript $(document).ready(function(){[详细]
2023-04-13 08:24 分类:问答web2py change password via service call
In web2py I\'d like to change password via xml-rpc call. How can I do that? @auth.requires_login() def call():[详细]
2023-04-12 13:09 分类:问答HTTP 400 response while sending POST request to UrbanAirship
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[详细]
2023-04-12 07:10 分类:问答How can I put an image from DB table in Web2py?
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:[详细]
2023-04-12 06:11 分类:问答Multiple Instances of a table in a web2py form
Trying to make a poll application in web2py. Model db.define_table(\'t_query\', Field(\'f_content\', type=\'te开发者_运维知识库xt\', requires=IS_NOT_EMPTY(),[详细]
2023-04-11 20:40 分类:问答web2py: how to download image with SQLTABLE
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:[详细]
2023-04-09 23:13 分类:问答defining sub-domain based on a function in routes.py of Web2Py
I have开发者_如何学C this page: http://mysite.org/myapp/pages/blog?name=user9 and I need to have this:[详细]
2023-04-09 16:41 分类:问答web2py: How to rename a table?
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[详细]
2023-04-08 15:53 分类:问答local_import function does not work
local_import function randomly does not import my modules from modules directory. The Error is: ImportError: No module named testapp.modules.mymodule[详细]
2023-04-08 09:30 分类:问答How to make multiple web2py apps use the same layout.html?
I have three applications, but I want them to use the same layout.html and css. Is there any way to achieve this?[详细]
2023-04-04 15:08 分类:问答