callat-qcd / espressodb

Science database interface using Django as the content manager.
https://espressodb.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Feature init checks #47

Closed ckoerber closed 4 years ago

ckoerber commented 4 years ago

Added model, database and migration consistency checks which are run on import of new EspressoDB projects.

This addresses #46

New features

Changes to existing code