Skip to content

Commit

Permalink
Fixed install doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuluPro committed Sep 15, 2016
1 parent cf178c7 commit 2dee62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Expand Up @@ -37,8 +37,8 @@ In your ``settings.py``, make sure you have the following things: ::
'dbbackup', # django-dbbackup
)

DBBACKUP_STORAGE = 'dbbackup.storage.filesystem_storage'
DBBACKUP_STORAGE_OPTIONS = {'location': '/var/backups'}
DBBACKUP_STORAGE = 'django.core.files.storage.FileSystemStorage'
DBBACKUP_STORAGE_OPTIONS = {'location': '/my/backup/dir/'}

Create the backup directory: ::

Expand Down

0 comments on commit 2dee62a

Please sign in to comment.