Clean up
This commit is contained in:
parent
aa130808d4
commit
be8954b505
@ -8,12 +8,10 @@ MEDIA_ROOT = "media"
|
|||||||
DEBUG = True
|
DEBUG = True
|
||||||
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||||
|
|
||||||
|
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
'django.contrib.auth',
|
'django.contrib.auth',
|
||||||
'django.contrib.contenttypes',
|
'django.contrib.contenttypes',
|
||||||
'byostorage',
|
'byostorage'
|
||||||
#'example'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
SECRET_KEY = 'shh!'
|
SECRET_KEY = 'shh!'
|
||||||
|
|||||||
@ -6,7 +6,6 @@ from .multi import MultiStorage
|
|||||||
class BYOStorage(MultiStorage):
|
class BYOStorage(MultiStorage):
|
||||||
''' Database driven Bring-Your-Own-Storage
|
''' Database driven Bring-Your-Own-Storage
|
||||||
|
|
||||||
Multiple storages can
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
def __init__(self, config=None):
|
def __init__(self, config=None):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user