mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-05-21 13:51:59 +00:00
3 lines
87 B
Python
3 lines
87 B
Python
from django.core.files.storage import FileSystemStorage
|
|
|
|
storage = FileSystemStorage()
|