[Answer]-Django and python 2.7 from ports on Mac OS X

1👍

I don’t know why you think this has something to do with MacPorts. The traceback shows the error, which is in line 41 of PyCartApp/models.py: you’ve put models.Model(max_length=128) where I presume you meant to put models.CharField(max_length=128).

Leave a comment