The threat of the incompletely initialized django instance

2013-04-13 Thread Pakal
Hello, since version 1.2, there has been no changes about this issue, which still bothers me: https://code.djangoproject.com/ticket/14916 In summary, the django dev server loads models.py of every INSTALLED_APP, and thus (somehow) ensures proper initialization of models and signals. But in p

Re: The threat of the incompletely initialized django instance

2013-04-15 Thread Pakal
(my previous answer disappeared in googlemail, I hope that one will survive the sending...) Thanks for the feedback, Preston, since ticket #3591 ticket and related discusions are partially obsolete compared to your current works, may I just know if your current evolution will automatically rep

Re: The threat of the incompletely initialized django instance

2013-04-20 Thread Pakal
On Tuesday, April 16, 2013 8:41:26 AM UTC+2, ptone wrote: > > > > On Monday, April 15, 2013 4:51:24 AM UTC-7, Pakal wrote: >> >> (my previous answer disappeared in googlemail, I hope that one will >> survive the sending...) >> >> Thanks for the feedback

Models.py not loaded at server startup ?????

2010-12-12 Thread Pakal
hanks for your attention, regards, Pakal -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr..

Re: Models.py not loaded at server startup ?????

2010-12-13 Thread Pakal
s.py, for the moment. But I still don't understand : where are we supposed to connect signals, then ? The signaling framework only makes sense if there is a clear startup phase in the server code, else it's just a nasty (and silent) trap for programmers, isn't it ? Regards, Pakal O