D:\python_learn\meiduo_project\meiduo_mall\meiduo_mall\apps\goods\views.py:38: UnorderedObjectListWarning: Pagination may yield inconsistent results w Read More
1.根据课件上的教材重写Storage的url函数,方法如下: from django.core.files.storage import Storage from django.conf import settings class FastDFSStorage(Storage): """自定义文件 Read More