__init__() got an unexpected keyword argument 'max_length'
55 views
Skip to first unread message
DjangoFett
unread,
Dec 13, 2007, 2:27:46 AM12/13/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I get the above error when running an application via apache2. not
when i use the built in 'python mange.py runserver' command.
I've done a svn update with the current trunk both directly into my
site-packages directory and to another directory with an 'ln' link
inside the site-packages directory. i have another server that
currently uses the 'max_length' directive without problem. i have
copied that directory into the proper local directory as well with no
help either. this error is greatly stifling my development of a
current project and i need any information that could help. please
help! :-)
Randall Prince
DjangoFett
unread,
Dec 13, 2007, 3:50:58 AM12/13/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Found the problem. There was another copy of django in the python
framework directory (this was all in OS X). I deleted it and 'ln'd my
trunk directory in its place. Everything seems to work well now.
Thanks to Magus on #django.