summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2021-06-09 18:02:18 (GMT)
committerChristian Pointner <equinox@helsinki.at>2021-06-09 18:02:18 (GMT)
commit88fb9a1d5bc7dc5f22d96fcee970f4ec9f88b289 (patch)
tree202b46bfc67595a64bda7aa4ac359e0957b09189
parentfda29b207fe3627445319386fd75b8da8860cee6 (diff)
no more S3
-rw-r--r--pv/settings.py7
-rw-r--r--requirements.txt2
2 files changed, 0 insertions, 9 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
)
diff --git a/requirements.txt b/requirements.txt
index 7c8535c..e4bc92f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,5 +4,3 @@ Pillow==3.3.0
PyYAML==3.11
django-tinymce==2.6.1
python-dateutil==2.5.3
-django-storages=1.6.5
-boto3=1.4.8