ProgrammingError at /account/register/
(1110, "Column 'about' specified twice")Request Method: POST
Request URL: http:
Exception Type: ProgrammingError
Exception Value: (1110, "Column 'about' specified twice")
Exception Location: /home/temp/lib/python2.6/site-packages/MySQL_python-1.2.3c1-py2.6-linux-x86_64.egg/MySQLdb/connections.py in defaulterrorhandler, line 36
Python Executable: /home/temp/bin/python
Python Version: 2.6.2
|
| ||||
|
feedback
|
|
Looks like you have a | |||
|
feedback
|
|
I'm only learning Python now, and I don't know Django, but my guess is that you have an attribute named 'about' that's been specified twice and needs to be mapped into the database. Django is resisting your efforts. | |||
|
feedback
|
|
Alex is close - it is certainly a syntax error returned by MySQL. It's unlikely to be caused by a There is one MySQL bug # that produces similar behaviour on syntactically correct statements. But it's very old and it's unlikely that Dreamhost are using such a version of MySQL. It's more likely to come from an erroneous | |||
|
feedback
|