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

Commit

Permalink
Add EVL CEG filter to dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
robyoung committed Aug 1, 2013
1 parent a8ebb05 commit 0c49f24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backdrop/write/config/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"my_xlsx_bucket": "excel",
}
BUCKET_UPLOAD_FILTERS = {

"evl_ceg_data": [
"backdrop.contrib.evl_upload.ceg_volumes"
]
}
try:
from development_environment import *
Expand Down

0 comments on commit 0c49f24

Please sign in to comment.