I\'m using web2py for an intranet site and need to get current login windows user id in my c开发者_如何学Controller. Whether any function is available?You need to install an NTLM authentication module
I have a static file that I don\'t want to be publicly available. Is there a way to limit access with app.yaml so that it can only be loaded by its own domain?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m implementing a web 开发者_开发百科app using web2py and jQuery. I want to use the jquery template plugin but the plugin uses the same notation for templates as web2py; {{ jQuery code }} and collid
I got a project in mind that makes it worth to finally take the plunge into programming. After reading a lot of stuff, here and elsewhere, I\'m set on making Python the one I learn for now, over C# o
Want to build a web app using SOLR as the only backend. Most o开发者_运维百科f the data will be stored in SOLR via offline jobs although there is some need for CRUD.
I am trying to get the list:reference field type to work for web2py, but for some reason I am getting an error. I am trying the example on http://web2py.com/book/default/chapter/06:
I\'m trying to find a way to create fixtures for my web2py application. I came across http://thadeusb.com/weblog/2010/4/21/using_fixtures_in_web2py that suggests creating ax_fixtures.py file to place
I am trying to use the steps I found on the net to make web2py work on Eclipse, but I must have something setup wrong because Eclipse gives me error on the imports.
I need some help understanding what\'s happening here.This code is from a models/log.py module in web2py, and is meant to allow for global logging.