Maybe I'm missing something here, but why not the app's __init__.py?

(my main urls.py imports all my apps' urls.py, which means their __init__.py
is likely to be called rather early in any request, no?)

 - Yaniv

On Sat, Dec 18, 2010 at 3:10 AM, dmitry b <dmitry.ma...@gmail.com> wrote:

> Aren't an app's models loaded lazily (upon the first use)?
>
> On Dec 16, 7:16 pm, "W. Craig Trader" <craig.tra...@gmail.com> wrote:
> > I usually register the signals for a given application at the bottom of
> that
> > app's model.py file.
> >
> > - Craig -
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

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

Reply via email to