django-dbbackup icon indicating copy to clipboard operation
django-dbbackup copied to clipboard

getting storage error

Open njmsaikat opened this issue 3 years ago • 0 comments

Bug Report

getting storage error

Describe the bug

DBBACKUP_STORAGE = 'django.core.files.storage.FileSystemStorage' DBBACKUP_STORAGE_OPTIONS = {'location': BASE_DIR / 'media/backup/'}

I set my storage s this but getting this error

except StorageError, err: ^ SyntaxError: invalid syntax

Versions

Django-dbbackup

  • pypi: 1.9.0

External tools

  • Python: 3.8
  • Django: 3.2.4
  • OS: Linux

njmsaikat avatar Jan 17 '22 12:01 njmsaikat