diff options
-rw-r--r-- | pv/settings.py | 7 | ||||
-rw-r--r-- | requirements.txt | 2 |
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 |