Works around a bug with Django SWIFT storage uploads in edx-platform, cf https://github.com/dennisv/django-storage-swift/pull/100 Also adds SWIFT_LAZY_CONNECT to cms.envs.openstack, to balance with the lms settings.
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
#
|
|
# Dependencies for OpenStack deployments.
|
|
#
|
|
|
|
# OpenStack swift backend for django storage API
|
|
django-storage-swift==1.2.19
|