mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
4 lines
88 B
Python
4 lines
88 B
Python
from django.core.files.storage import FileSystemStorage
|
|
|
|
|
|
storage = FileSystemStorage()
|