Re: syncdb fails for auth and other "built-in" apps

2007-06-05 Thread Psamathos
On 5 Juni, 17:18, "Deryck Hodge" <[EMAIL PROTECTED]> wrote: > On 6/4/07, Psamathos <[EMAIL PROTECTED]> wrote: > > > Anyone with an idea what this could be? > > > Error: Couldn't install apps, because there were errors in one or more > > models: > > django.contrib.admin: > > django.contrib.site

Re: syncdb fails for auth and other "built-in" apps

2007-06-05 Thread Deryck Hodge
On 6/4/07, Psamathos <[EMAIL PROTECTED]> wrote: > Anyone with an idea what this could be? > > Error: Couldn't install apps, because there were errors in one or more > models: > django.contrib.admin: > django.contrib.sites: > django.contrib.contenttypes: > django.contrib.sessions: > django.con

syncdb fails for auth and other "built-in" apps

2007-06-04 Thread Psamathos
Hi, I'm trying to run syncdb for my site, but for some reason it doesn't work anymore ( it used to work though ). I've tried to check the models but I can't see anything wrong and the error-message isn't really clear for me. It does however work on my server. They're both using python 2.5.1, psy