django-dbbackup
django-dbbackup copied to clipboard
getting storage error
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