greenelab / adage-backend

The backend for Adage web app
https://adage.greenelab.com
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Enclose management commands in `genes` app in atomic transaction #53

Closed dongbohu closed 4 years ago

dongbohu commented 4 years ago

To provent partial database update, the following three management commands in genes app should be enclosed in Django atomic transaction:

See the management commands in analyze app for examples.

dongbohu commented 4 years ago

Fixed by PR #54.