Skip to content

Commit

Permalink
Merge pull request #5 from williamlagos/patch-1
Browse files Browse the repository at this point in the history
Update settings.py
  • Loading branch information
andres-torres-marroquin committed Apr 21, 2015
2 parents fad5171 + 3c51190 commit 9b06bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_dropbox/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
CACHE_TIMEOUT = getattr(settings, 'DROPBOX_CACHE_TIMEOUT', 3600 * 24 * 365) # One year

# ACCESS_TYPE should be 'dropbox' or 'app_folder' as configured for your app
ACCESS_TYPE = 'dropbox'
ACCESS_TYPE = getattr(settings,'ACCESS_TYPE','app_folder')

0 comments on commit 9b06bb2

Please sign in to comment.