datadavev / DwC_views

Implements viewers for Darwin Core record repositories
1 stars 0 forks source link

SOLR connection parameters should be configurable properties #13

Open datadavev opened 13 years ago

datadavev commented 13 years ago

See /wiki/Notes for some comments on configurable properties of the gateway service. Text repeated here:

There are currently a couple of parameters (and possibly more over time) that should be stored as configuration options, ideally editable through a web interface such as the Django admin interface.

Currently, config parameters include:

Options such as these should be set at least in settings.py, and ideally through the administrative interface.

coreyo commented 13 years ago

To support multiple data backends and backend types, settings should be defined as a dictionary of key/values for each of these parameters. This will ensure flexibility of different parameters as we implement different backend types.