Skip to content

Commit

Permalink
Removed dbbackup because it does not solve to intended problem (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwoodward authored Oct 19, 2022
1 parent 57e8b28 commit 219503e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
13 changes: 0 additions & 13 deletions backup/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions openstax/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@
'django.contrib.postgres',
'django.contrib.admin',
'django.contrib.sitemaps',
'dbbackup', # django-dbbackup
# contrib
'compressor',
'taggit',
Expand Down Expand Up @@ -436,10 +435,6 @@
EVENTBRITE_API_PRIVATE_TOKEN = os.getenv('EVENTBRITE_API_PRIVATE_TOKEN', '')
EVENTBRITE_API_PUBLIC_TOKEN = os.getenv('EVENTBRITE_API_PUBLIC_TOKEN', '')

# djago-dbbackup
DBBACKUP_STORAGE = 'django.core.files.storage.FileSystemStorage'
DBBACKUP_STORAGE_OPTIONS = {'location': 'backup/'}

# to override any of the above settings use a local.py file in this directory
try:
from .local import *
Expand Down
1 change: 0 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ django-rest-auth==0.9.5
django-reversion==5.0.0
django-ses==3.0.1
django-storages==1.12.3
django-dbbackup==4.0.2
future==0.18.2
html2text==2020.1.16 # used in news feed
jsonfield==3.1.0
Expand Down

0 comments on commit 219503e

Please sign in to comment.