Skip to content

Commit

Permalink
Make Storage deconstructible
Browse files Browse the repository at this point in the history
  • Loading branch information
maxicecilia committed May 27, 2017
1 parent 7c8babe commit 0bae2c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django_dropbox/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
from django.core.cache import cache
from django.core.files import File
from django.core.files.storage import Storage
from django.utils.deconstruct import deconstructible

from .settings import ACCESS_TOKEN, CACHE_TIMEOUT, SHARE_LINK_CACHE_TIMEOUT


@deconstructible
class DropboxStorage(Storage):
"""
A storage class providing access to resources in a Dropbox Public folder.
Expand Down

0 comments on commit 0bae2c8

Please sign in to comment.