Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Related Groups
General user and developer discussion of the SQLAlchemy SQL construction and object-relational tool for Python.
Medium activity, 1984 members
For questions about using CherryPy
Low activity, 1255 members
Discussion group for Django users. Django is a high-level Python Web framework (djangoproject.com).
High activity, 15441 members
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 3146  Older »

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.
 

confusion on using sqlalchemy with declarative table definitions in pylons, session does not work. 
  hello, I just started to use sqlalchemy in my pylons project. I liked the declarative syntax of table definition rather than adding mappers. But now I am confused. When I read the official sqlalchemy docs, they say that I don't need to create the metadata instance because the base instance will have its own... more »
By Krishnakant  - 25 Nov - 5 new of 5 messages    

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 »
By morellik  - 25 Nov - 1 new of 1 message    

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 »
By chaouche yacine  - 25 Nov - 2 new of 2 messages    

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 »
By Lea H  - 25 Nov - 5 new of 5 messages    

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
By Nikolai Drozd  - 25 Nov - 1 new of 1 message    

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 »
By Ben Bangert  - 25 Nov - 1 new of 1 message    

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 »
By Mike Orr  - 24 Nov - 4 new of 4 messages    

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 »
By jon  - 24 Nov - 5 new of 5 messages    

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 »
By Mike Orr  - 23 Nov - 3 new of 3 messages    

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 »
By Ross Vandegrift  - 23 Nov - 15 new of 15 messages    

1 - 10 of 3146   « Newer | Older »

XML       Send an email to this group: pylons-discuss@googlegroups.com
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google