Moving closer to portable Django apps I decided to relocate template
files from
djangoprojectroot/templates/APP/
to
djangoprojectroot/APP/templates/
I like it better because it keeps all APP-related files together.
Immediately I encountered three problems:
1) Before the move I referred to t
arthur debert wrote:
>I have an app that uploads a 4mb file and is taking a ton of memory.
>>From tickets 1484/1569 they are set as fixed, but I cannot find them on
>django's source code. Are these patches active in trunk? If not,
>anyones knows if they're working after the merge? Anyone using th
On 5/12/06, arthur debert <[EMAIL PROTECTED]> wrote:
> I have an app that uploads a 4mb file and is taking a ton of memory.
> >From tickets 1484/1569 they are set as fixed, but I cannot find them on
> django's source code. Are these patches active in trunk? If not,
> anyones knows if they're worki
Hi folks.
Following this thread (
http://groups.google.com/group/django-developers/browse_frm/thread/a0ae32019bb02f05/2c05c5363516ea76?q=streaming&rnum=2#2c05c5363516ea76)
, since I can't reply there ( over 30 days old, google tells me).
I have an app that uploads a 4mb file and is taking a ton o
My issue with adding DSN support to Django isn't that its not useful to
some people, but that it feels like we are adding functionality that
belongs in the DB-API layer, not Django. In an ideal world, the
database settings would just be passed verbatim to the connect()
function of the appropriate