Use production.py instead of aws.py
This commit is contained in:
@@ -4,7 +4,7 @@ Specific overrides to the base prod settings to make development easier.
|
||||
|
||||
from os.path import abspath, dirname, join
|
||||
|
||||
from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import
|
||||
from .production import * # pylint: disable=wildcard-import, unused-wildcard-import
|
||||
|
||||
# Don't use S3 in devstack, fall back to filesystem
|
||||
del DEFAULT_FILE_STORAGE
|
||||
|
||||
Reference in New Issue
Block a user