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
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
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',
>
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] /
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,
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!
--~--~-~--~~~--
6 matches
Mail list logo