Re: django error about syncdb

2008-06-01 Thread Karen Tracey
On Sun, Jun 1, 2008 at 11:30 AM, tony yu <[EMAIL PROTECTED]> wrote: > > when i remove django.contrib.admin from INSTALLED_APPS, run syncdb > success. > I think django is not Compatible with python 2.5.2? > No, I've got Python 2.5.2 on one of my machines, so it is not as simple as just the Python l

Re: django error about syncdb

2008-06-01 Thread tony yu
when i remove django.contrib.admin from INSTALLED_APPS, run syncdb success. I think django is not Compatible with python 2.5.2? On 6月1日, 上午5时42分, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Sat, May 31, 2008 at 2:07 AM, tony yu <[EMAIL PROTECTED]> wrote: > > > version info: > > django svn vers

Re: django error about syncdb

2008-05-31 Thread Karen Tracey
On Sat, May 31, 2008 at 2:07 AM, tony yu <[EMAIL PROTECTED]> wrote: > > version info: > django svn version, freebsd 7.0, python 2.5.2 > settings.py: > INSTALLED_APPS = ( >'django.contrib.auth', >'django.contrib.contenttypes', >'django.contrib.sessions', >'django.contrib.sites', >

Re: django error about syncdb

2008-05-30 Thread tony yu
version info: django svn version, freebsd 7.0, python 2.5.2 settings.py: INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', 'mysite.polls', ) the os stdout: [EMAIL PROTECTED] /

Re: django error about syncdb

2008-05-30 Thread Karen Tracey
On Fri, May 30, 2008 at 4:55 AM, tony yu <[EMAIL PROTECTED]> wrote: > > when I use syncdb, get the error: > > [EMAIL PROTECTED] /data/mysite]# python manage.py syncdb > Error: One or more models did not validate: > auth.group: "admin.list_display" refers to '__ipow__', which isn't an > attribute,

django error about syncdb

2008-05-30 Thread tony yu
when I use syncdb, get the error: [EMAIL PROTECTED] /data/mysite]# python manage.py syncdb Error: One or more models did not validate: auth.group: "admin.list_display" refers to '__ipow__', which isn't an attribute, method or property. pls help me, thanks! --~--~-~--~~~--