django-downloadview/demo/demoproject/storage/storage.py

4 lines
88 B
Python

from django.core.files.storage import FileSystemStorage
storage = FileSystemStorage()