Re: Pb with Backwards-incompatible admin changes

2005-10-20 Thread Adrian Holovaty
On 10/20/05, Laurent RAHUEL <[EMAIL PROTECTED]> wrote: > THX, it was the problem. I guess this should be added to the documentation. I've updated the docs at http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges . Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocri

Re: Pb with Backwards-incompatible admin changes

2005-10-20 Thread Laurent RAHUEL
Le Jeudi 20 Octobre 2005 17:44, Andreas Stuhlmüller a écrit : > Hi Laurent, > > > Error: The database couldn't be initialized. > > 'module' object has no attribute 'INSTALLED_APPS' > > Deleting your project/settings directory might help. At least it helped > when I got this error :). > > Andreas

Re: Pb with Backwards-incompatible admin changes

2005-10-20 Thread Andreas Stuhlmüller
Hi Laurent, > Error: The database couldn't be initialized. > 'module' object has no attribute 'INSTALLED_APPS' Deleting your project/settings directory might help. At least it helped when I got this error :). Andreas

Pb with Backwards-incompatible admin changes

2005-10-20 Thread Laurent RAHUEL
Hi, I'm trying to move my code after those changes and I can't get python django-admin.py init working. I get this error and I can't figure out why : Error: The database couldn't be initialized. 'module' object has no attribute 'INSTALLED_APPS' I got a good PYTHONPATH and a good DJANGO_SETTIN