On Sun, 2006-09-24 at 16:11 +0200, Manuel Saelices wrote:
> Hi all,
>
> I just look 3811 revision... tha patch makes posible you can run
> development server with:
>
> ./manage.py runserver --adminmedia /foo/path/
>
> It is a good idea, but I think it can be done besides with a
> ADMIN_MEDIA_DI
If anybody is interested... I attach patch for functionality of setting
admin_media in settings.py.
Cheers,
PS: Excuse me if I start a new thread instead of answering last email...
I dont receive via POP emails send by me (I dont know why :_( )
--~--~-~--~~~---~--~--
Hi all,
I just look 3811 revision... tha patch makes posible you can run
development server with:
./manage.py runserver --adminmedia /foo/path/
It is a good idea, but I think it can be done besides with a
ADMIN_MEDIA_DIR (or ADMIN_MEDIA_ROOT) setting, instead of have to
remember runserver with
Hi,
On 9/22/06, James Crasta <[EMAIL PROTECTED]> wrote:
> First, we define a RestfulView base class, which leverages python's
> __call__ functionality.
And now for something completely different: A decorator! :P
OK, but seriously, I quite like the idea of using decorators. Below is
a completely
I'm assuming this is considered a bug.
Using a GenericRelation() on a table, you would assume doing a
select_related() would pull from this table as well right? Doesn't seem
to be so.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to t
So I've found no way to do a LEFT JOIN with .extra, and I see no way to
do what I want without doing a manual SQL query, which presents a
problem.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers"