Skip to content

Commit

Permalink
rename resourceproxy -> resource_proxy to make make it similar to oth…
Browse files Browse the repository at this point in the history
…er extension names
  • Loading branch information
domoritz committed Nov 14, 2012
1 parent 1b54710 commit 9d7a0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckan/config/deployment.ini_tmpl
Expand Up @@ -34,7 +34,7 @@ app_instance_uuid = ${app_instance_uuid}
# List the names of CKAN extensions to activate.
# Note: This line is required to be here for packaging, even if it is empty.
# Note: Add ``json_preview pdf_preview recline_preview`` to enable the resource previews
# Add the resourceproxy plugin to enable resorce proxying and get around the same origin policy
# Add the resource_proxy plugin to enable resorce proxying and get around the same origin policy
ckan.plugins = stats json_preview recline_preview

# If you'd like to fine-tune the individual locations of the cache data dirs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -119,7 +119,7 @@
organizations_dataset=ckanext.organizations.forms:OrganizationDatasetForm
datastore=ckanext.datastore.plugin:DatastorePlugin
test_tag_vocab_plugin=ckanext.test_tag_vocab_plugin:MockVocabTagsPlugin
resourceproxy=ckanext.resourceproxy.plugin:ResourceProxy
resource_proxy=ckanext.resourceproxy.plugin:ResourceProxy
json_preview=ckanext.jsonpreview.plugin:JsonPreview
pdf_preview=ckanext.pdfpreview.plugin:PdfPreview
recline_preview=ckanext.reclinepreview.plugin:ReclinePreview
Expand Down

0 comments on commit 9d7a0a2

Please sign in to comment.