django_blog_tutorial
django_blog_tutorial copied to clipboard
AttributeError at /article/article-create/发布文章报错
module 'PIL.Image' has no attribute 'ANTIALIAS'
Exception Location: | D:\django项目\blog1\django_blog_tutorial\article\models.py in save, line 108
Python Executable: D:\django项目\blog1\django_blog_tutorial\env\Scripts\python.exe
pillow版本太高 pip install pillow==5.4.0即可解决 为什么没有装5.3,是因为报错,没装成功,然后就装了最新的了