This commit is contained in:
Tris 2022-09-10 14:47:17 +10:00
parent aa130808d4
commit be8954b505
2 changed files with 1 additions and 4 deletions

View File

@ -8,12 +8,10 @@ MEDIA_ROOT = "media"
DEBUG = True
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
INSTALLED_APPS = [
'django.contrib.auth',
'django.contrib.contenttypes',
'byostorage',
#'example'
'byostorage'
]
SECRET_KEY = 'shh!'

View File

@ -6,7 +6,6 @@ from .multi import MultiStorage
class BYOStorage(MultiStorage):
''' Database driven Bring-Your-Own-Storage
Multiple storages can
'''
def __init__(self, config=None):