Python - How to import 'FileSystemStorage' -- django

Import FileSystemStorage

To import FileSystemStorage, Add the following line to the top of your code.

from django.core.files.storage import FileSystemStorage

 

For more information about FileSystemStorage:
Django FileSystemStorage