diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-06-09 18:02:18 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-06-09 18:02:18 (GMT) |
commit | 88fb9a1d5bc7dc5f22d96fcee970f4ec9f88b289 (patch) | |
tree | 202b46bfc67595a64bda7aa4ac359e0957b09189 /pv/settings.py | |
parent | fda29b207fe3627445319386fd75b8da8860cee6 (diff) |
no more S3
Diffstat (limited to 'pv/settings.py')
-rw-r--r-- | pv/settings.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pv/settings.py b/pv/settings.py index 18a1e5e..5e251df 100644 --- a/pv/settings.py +++ b/pv/settings.py @@ -105,13 +105,6 @@ TINYMCE_DEFAULT_CONFIG = { CACHE_BACKEND = 'locmem://' -DEFAULT_FILE_STORAGE = 'storages.backends.s3boto3.S3Boto3Storage' -# AWS_ACCESS_KEY_ID = 'django' -# AWS_SECRET_ACCESS_KEY = 'changeme' -# AWS_S3_ENDPOINT_URL = 'http://172.17.0.1:9000' -# AWS_STORAGE_BUCKET_NAME = 'program' - - MUSIKPROG_IDS = ( 1, # unmodieriertes musikprogramm ) |