Re: INSTALLED_APPS partially shown in admin with mod_python

2006-08-07 Thread Kilian CAVALOTTI
Hi Malcolm, First of all, I'm really sorry about the delay, I was on my no-internet-no-cellphone vacation week, and just got your message today. I ran all the following tests with today's SVN (r3529). On Tuesday 01 August 2006 07:11, Malcolm Tredinnick wrote: > 1. In the original django-users

Re: INSTALLED_APPS partially shown in admin with mod_python

2006-08-02 Thread favo
sorry, "move" should be "remove" urls.py is quite simple: from myproject.myapp.models.category import Category urlpatterns = patterns('', ... ) since I only have apache mod_python on my production server and my app is very large, very hard to debug. I 'll try to set mode_python on my

Re: INSTALLED_APPS partially shown in admin with mod_python

2006-07-31 Thread Malcolm Tredinnick
Hi Kilian, On Thu, 2006-07-27 at 22:40 +0200, Kilian CAVALOTTI wrote: > On Thursday 27 July 2006 18:48, Malcolm Tredinnick wrote: > > Aargh! Can you make a ticket with these details so that we don't lose > > them, please (I have flagged this email to look at later, too). > > Sure. It's done as

Re: INSTALLED_APPS partially shown in admin with mod_python

2006-07-31 Thread favo
I meet the same error these day, have any solution now? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To

Re: INSTALLED_APPS partially shown in admin with mod_python

2006-07-27 Thread Kilian CAVALOTTI
On Thursday 27 July 2006 18:48, Malcolm Tredinnick wrote: > Aargh! Can you make a ticket with these details so that we don't lose > them, please (I have flagged this email to look at later, too). Sure. It's done as ticket #2438. > This -- > the get_apps() and get_models() code -- is a slight