Hi,
I've followed instructions from Centos Howtos found in this wiki but I'm stucked in the Initialize Databe Step.
In /usr/src/wikipbx/wikipbx I execute python manage.py syncdb and occurs next error:
[root@wikipbx wikipbx]# python manage.py syncdb
/opt/python2.6/lib/python2.6/site-packages/django/core/management.py:12: DeprecationWarning: the sets module is deprecated
from sets import Set as set
/opt/python2.6/lib/python2.6/site-packages/django/contrib/sessions/models.py:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import base64, md5, random, sys, datetime
Error: Couldn't install apps, because there were errors in one or more models:
wikipbx.wikipbxweb: init() got an unexpected keyword argument 'max_length'
[root@wikipbx wikipbx]#
Any help would be appreciated :-)
Best Regards,
Lluís





