Specifying a database for a specific app

2011-05-30 Thread Philip Zeyliger
Hi there, I have several installed applications within my Hue environment. I'd like to use the multiple database support to route all database requests associated with apptwo.models into a database called "apptwo", while keeping everything else in the default database. Is this possible? It seem

Recording Django user/session/view requests back into a Django model

2010-03-12 Thread Philip Zeyliger
Hi folks, I'd like to measure who's using my site and what views they're looking at. Presumably, I'd do this with some middleware that stuffs request.user and view_func into the database and then build some simple views to look at this data. Has anyone seen a similar open-source Django plug-in f

What's the latest on compound and nested forms?

2010-02-08 Thread Philip Zeyliger
Hi folks, I'm curious how people are managing complex forms in their django applications these days. As an example, let's say we're editing an address book entry, where someone can have multiple e-mail addresses and phone numbers. Ideally, I'd want to do something like: class AddressBookEntry(F

per-application middleware

2009-07-07 Thread Philip Zeyliger
Hi, I have a project made up of several applications, and one of those applications needs some specific middleware, whereas the others don't. Is there a way to enable middleware per-application? Thanks, -- Philip --~--~-~--~~~---~--~~ You received this message b