Clean up
This commit is contained in:
parent
aa130808d4
commit
be8954b505
@ -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!'
|
||||
|
||||
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user