You cannot post messages because only members can post, and you are not currently a member.
Description:
Pylons is a Python Web Framework aimed at making development, distribution, and deployment faster and easier.
|
|
|
Exception: No status code was found
|
| |
Dear all,
I've a Pylons 0.9.7 application that works well except that sometime I
have the Exception like the subject raised by my error controller.
I've a login page where I have to put my data to enter in the
application environment. Sometimes after entered my data and pressed
Submit, the application raise the exception. If I re-enter the same... more »
|
|
The unicode checklist (for the impatient)
|
| |
When I say I have unicode problems (UnicodeDecode exceptions), people point me to documents like : - [link] - [link]
Which are absolotuly good, but helpless. I'm not asking to know the bolts and nuts of unicode. I'm not asking how many bytes it will store my characters in. That wont help me set up my application to work. It's good to know all that, but not sufficient.... more »
|
|
image caching
|
| |
Hi,
I have an image like that <img src='controller/action' /> that calls
action in controller. This action creates a PIL and sends it to the
browser. It seems that once the action was called the resulting image
is cached and reused every time the image is shown (the action is not
called anymore). Since the image contains dynamic data I need it to be... more »
|
|
webhelpers secure_form
|
| |
Hi all,
Can someone explain why does secure_form generates _authentication_token hidden input within div tag that has style 'display: none' ? Why not just hidden field?
Thanks in advance,
Nikolai
|
|
Beaker 1.5 Release
|
| |
Beaker 1.5 has been released, it was mainly a bug fix, though there's a new decorator for cache regions that does *not* require caching to be configured before its used. This makes it possible to decorate functions in the top level of a module, then have the config setup before they're used.
Full changelog:... more »
|
|
WebHelpers status
|
| |
Thanks to everyone who has posted WebHelpers bugfixes the past few
days. As soon as I feel up to it (I'm currently home sick), I'll put
them in.
I'd still like to communicate with everybody who uses
webhelpers.feedgenerator, so if that's you, please send me a note.
-- Mike Orr <sluggos...@gmail.com>... more »
|
|
CSS, images and JavaScript in /template?
|
| |
Hi,
I'm wondering if it's possible to put CSS, images and JavaScript into
the /template directory of Pylons and somehow get the Mako templates
to refer to those files and not the ones in /public?
I'm building a system which is "themeable" and I want to keep all of
the theme files together and figured a structure like this would work... more »
|
|
Counting feed subscribers
|
| |
Now that I have RSS/Atom newsfeeds set up, managers are asking how
many subscribers are there? Is there any way to calculate that? My
first thought was to count up the number of feed hits vs home page
hits, but that's bogus because it would include every feed update,
which is done whenever the user agent feels like it. Counting by... more »
|
|
Generic routes for API functions
|
| |
Hi everyone, I'm adding API functionality to an exiting app whose controller actions aren't close to being in shape for direct exposure. This pretty much precludes me from turning them into REST controllers and accomplishing this task that way. So I've created a new api controller that will house the actions for... more »
|
|
|