On 6/1/07, Doug B <[EMAIL PROTECTED]> wrote:
>
> I've been looking around the limited signals documentation and the
> code hoping to find a signal that basically says 'django is done
> importing models ready to receive requests', but haven't found it
> yet.  The closest I've found is connecting a receiver to
> request_started, and then removing that receiver after the first
> call... but that isn't quite what I was looking for.
>
> Is it there or should I keep looking?  If it's not there, would this
> be something useful to consider adding?   I've never worked with
> signals before, so you may have to type slowly so I can understand.

There is no existing signal that does what you are asking for.

What you are asking for is a pretty unusual request, and I can't say I
can see any particilar reason why it should be required... do you mind
if we ask what it is you are trying to do?

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to