I\'m unable to access the request object in my Pylons 0.9.7 controller when I set debug = false in the .ini file. I have the following code:
I\'ve been using CakaPHP and Kohanaphp but n开发者_开发百科ow I want to try out other frameworks from a more sophisticated OOP language for my next projects.
In my Pylons app, some content is located at URLs that look like http://mysite/data/31415.Users can go to that URL direct开发者_Go百科ly, or search for \"31415\" via the search page.My constraints, ho
I have been trying to add some check boxes in a pylons mako. However I don\'t know how to get their values in the controller. It seems that it can only get the first value of the check boxes. I tried
I\'m re-asking this question but with a different framework this time. I have two Models: User and Book with a M2M-relation. I want Bo开发者_Python百科ok to have an attribute \"read\" that is True whe
I have a Pylons controller that is called via jQuery $.ajaxSubmit(). It executes a long-running operation and I want to have it return progress messages before the entire output is available. As a sim
Trying to figure out the best way to do this: Should I do something like: def index(self): if request.POST:
I have a Pylons controller action that needs to return a file to the client. (The file is outside the web root, so I can\'t just link directly to it.) The simplest way is, of course, this:
My friend and I are planning on building a sort of a forum type of webapp. We\'ve used the major PHP frameworks but we\'re really thinking about using Python specifically the Pylons framework for our
One of my URLs is for a tracking cookie. In the basic configuration, the pylons controller parses the query string, does a DB query, and sets the cookie accordingly.