I have a Django application that I am having problems with.  In the Admin 
page I have 3 sections, ABC, DEF & XYZ. Each has 1 option to "Add/Change".  
In 2 of them when I click on the option it works fine. The third gives me 
the following error "



*1054, "Unknown column 'xyz_xyz.first_name' in "field list"*The Exception 
location is: 
*/home/medrec1/.virtualenvs/medrecproj/lib/python3.5/site-packages/*MySQLdb
*/connections.py in query, line 277*

On another system (both running the same code) I was also getting a different 
error also in *site-packages/MySQLdb* but I was
able correct that by installing 2 DEV packages and then installing MySQLClient, 
which I also did on this computer.  The other
system does NOT give this error.

Any ideas, suggestions, solutions on how to solve this error and any other 
errors in the Django code?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/74790172-8bf5-43b6-9bad-bab68ae11a4a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to