Skip to content

Commit

Permalink
Little typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuluPro committed Nov 15, 2016
1 parent ad1fe5e commit cb79426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ Setup your Django project

pip install dropbox django-storages

...And make sure you have the following required project settings: ::
...And make sure you have the following required settings: ::


DBBACKUP_STORAGE = 'storages.backends.dropbox.DropBoxStorage
DBBACKUP_STORAGE = 'storages.backends.dropbox.DropBoxStorage'
DBBACKUP_STORAGE_OPTIONS = {
'oauth2_access_token': 'my_token',
}
Expand Down

0 comments on commit cb79426

Please sign in to comment.