Use production.py instead of aws.py

This commit is contained in:
Cory Lee
2018-10-02 13:38:48 -04:00
parent 912ec712ea
commit bd6e060ea7
9 changed files with 7 additions and 11 deletions

View File

@@ -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