Django OperationalError: no such column: on pythonanywhere
问题 First, I was able to fix the ImportError. I figured out that it was because the Django version of pythonanywhere is not updated, So I upgraded Django on pythonanywhere from 1.x.x to 2.0.9. The error came out like this: ImportError at / cannot import name 'path' django version: 1.x.x python version: 3.6.6 and, unfortunately, my app gave me another error: OperationalError at / no such column: blog_post.published_date Request Method: GET Request URL: http:// .pythonanywhere.com/ Django Version: