2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00

Add django-migration-linter to ensure django migrations are tippy-top

This commit is contained in:
Oliver Walters
2021-02-03 23:29:14 +11:00
parent 34dbfe6d28
commit bd9447d9aa
2 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,7 @@ INSTALLED_APPS = [
'djmoney', # django-money integration
'djmoney.contrib.exchange', # django-money exchange rates
'error_report', # Error reporting in the admin interface
'django_migration_linter', # Linting checking for migration files
]
MIDDLEWARE = CONFIG.get('middleware', [