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
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
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
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
4 matches
Mail list logo