web.py
web.py deployment for iOS app backend
I am currently developing an iOS application that needs a backend to pull data from. I have implemented the backend using Python, web.py and pymongo.[详细]
2023-04-13 04:59 分类:问答How to refresh parts of page when database changes?
I want a better way to update images on a webpage instead of forcing the webpage to refresh every 60 seconds.[详细]
2023-04-10 07:49 分类:问答Python web.py template, how to escape (.) dot
In web.py template: index.html I wrote: $def with(s) <img 开发者_JAVA技巧src=\"$s.filename.png\" />[详细]
2023-04-09 18:36 分类:问答web.py not importing MySQLdb
I\'m working with web.py and for some reason I am getting the following error: [Thu Sep 29 13:47:20 2011] [error] [client 64.8.210.120]File \"/usr/lib/python2.6/site-packages/web.py-0.36-py2.6.egg/w[详细]
2023-04-09 16:53 分类:问答How to stop webserver (implemented through web.py and threading)
I have implemented simple webserver using web.py. And through multithreading module, I am able to run multiple instances of webserver listening on separate ports.[详细]
2023-04-09 02:56 分类:问答Sqlite3 / Webpy: "no such column" with double left join
I am trying to do Sqlite3 query via webpy framework.The query works in SQLiteManager. But with web.db i get \"sqlite3.OperationalError no such column a.id\".[详细]
2023-04-08 12:40 分类:问答session in webpy - getting username in all classes
I am using webpy framework for my project. I am logging in from my \'login\' class of main.py program. I want to get the username in some other class.I tried with session and experimented with it for[详细]
2023-04-04 17:08 分类:问答Django:Map urls to class like in web.py
i am learning django but gave web.py a try first. while reading django\'s documentation i found that in i need to check for the request type in each method.. like:[详细]
2023-04-04 10:56 分类:问答Get record that was just inserted in web.py
When I insert a record into a database in web.py, I noticed that the insert doesn\'t return back the record I just inserted. How can I get this record, 开发者_开发问答or at least a specific column in[详细]
2023-04-03 20:06 分类:问答Javascript rendering in tornado webserver
In following code snippet I\'m trying to add JavaScript Files from Tornado server in HTML file in <HEAD> tag.[详细]
2023-04-02 11:09 分类:问答