Duke-GCB / Duke-GCB/bespin-api
Improve fixture loading robustness
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Right now settings tables that are loaded via fixtures with foreign keys are fragile. They could be loaded and accidentally end up pointing to the wrong tables. For tables we intend to load via fixtures look into using [django natural keys](https://docs.djangoproject.com/en/1.11/topics/serialization/#natural-keys) to fix this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.