EBIvariation / trait-curation

A web application for manual curation of trait-to-ontology mappings, including provenance and integration with EBI SPOT stack.
Apache License 2.0
2 stars 2 forks source link

Configuration variables and background task scheduling #99

Closed joj0s closed 3 years ago

joj0s commented 4 years ago

This PR adds configuration variables for various functionality of the app, that can be edited via the Django Admin, as well as the ability to schedule background tasks via Celery Beat. The background tasks can also be viewed and edited in the Django Admin.

This branch is deployed in http://trait-curation-2.duckdns.org and is available for testing.

Closes #34 , #50