mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
* Custom migration step in tasks.py - Add custom management command - Wraps migration step in maintenance mode * Rename custom management command to "runmigrations" - Add command to isRunningMigrations * Add new data checks * Update database readiness checks - Set maintenance mode while performing certain management commands * Remove unused import * Re-add syncdb command * Log warning msg * Catch another potential error vector |
||
---|---|---|
.. | ||
migrations | ||
templates/label | ||
__init__.py | ||
admin.py | ||
api.py | ||
apps.py | ||
models.py | ||
serializers.py | ||
tasks.py | ||
test_api.py | ||
tests.py |