aboutsummaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorBen Copeland <ben.copeland@linaro.org>2016-11-14 15:21:07 +0000
committerBen Copeland <ben.copeland@linaro.org>2016-12-15 13:45:32 +0000
commit97b80330deb9f65cf151912141b01d5f51323693 (patch)
treeb16daa74fc50de2f8766a6613325440e078472ea /settings.py
parent6a552ec963a8cbcf0bdf96227bc5bfe288e70dcd (diff)
s3_purge: ignore prefix added
Change-Id: I45734ad867247c204aec0e038d411aefaca6863f Reviewed-on: https://review.linaro.org/15514 Reviewed-by: Andy Doan <andy.doan@linaro.org>
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index ac74584..54d4665 100644
--- a/settings.py
+++ b/settings.py
@@ -15,6 +15,7 @@ CSS_PATH = os.path.join(ROOT_PATH, "css")
TEMPLATES_PATH = os.path.join(ROOT_PATH, "templates")
TEXTILE_FALLBACK_PATH = os.path.join(TEMPLATES_PATH, "textile_fallbacks")
REPORT_CSV = os.path.join(PROJECT_ROOT, "download_report.csv")
+S3_PURGE_EXCLUDES = []
ADMINS = (
('linaro-infrastructure', 'linaro-infrastructure-errors@linaro.org'),