Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Add evl_volumetrics to development
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmuller committed Sep 4, 2013
1 parent 9b9f24b commit 67afe21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backdrop/write/config/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"evl_services_failures": "excel",
"evl_channel_volumetrics": "excel",
"evl_customer_satisfaction": "excel",
"evl_volumetrics": "excel",
}
BUCKET_UPLOAD_FILTERS = {
"evl_ceg_data": [
Expand All @@ -36,6 +37,9 @@
"backdrop.core.upload.filters.first_sheet_filter",
"backdrop.contrib.evl_upload_filters.customer_satisfaction"
],
"evl_volumetrics": [
"backdrop.contrib.evl_upload_filters.volumetrics"
],
}

try:
Expand Down

0 comments on commit 67afe21

Please sign in to comment.