Update settings

This commit is contained in:
Frank Wiles
2022-05-26 14:52:37 -05:00
parent de69150f35
commit 6eefd97102
2 changed files with 2 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ STATICFILES_DIRS = [
# This is the directory where all of the collected static files are put
# after running collectstatic
STATIC_ROOT = str(BASE_DIR.joinpath("deployed_static"))
STATIC_ROOT = str(BASE_DIR.joinpath("static_deploy"))
# Logging setup
# Configure struct log

View File

@@ -86,7 +86,7 @@ Env:
name: django-secret-key
key: key
- name: DJANGO_DEBUG
value: "true"
value: "false"
# Bucket is setup already, but not using storages just yet
# - name: AWS_ACCESS_KEY_ID
# valueFrom: