Refactor all S3 code to use the django storage API and add swift settings for openstack deployments
6 lines
123 B
Python
6 lines
123 B
Python
"""
|
|
Settings for OpenStack deployments.
|
|
"""
|
|
|
|
from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import
|