Skip to content

Make 'settings lookup' managed via DB and Django Admin #120

@rhodges

Description

@rhodges

Currently mapping Species ID to name/link (for things like reports on 'modeled species' or 'observed species') requires editing the file ./mp/settings_lookup.py, then restarting the app server.

Instead of querying this lookup, the logic should first query a DB lookup table for this information, only referencing this file if no matching records are found (or not at all).

The table should likely look something like this:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions