2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

Remove django-migration-linter which was causing strange errors

This commit is contained in:
Oliver Walters
2021-03-02 15:53:56 +11:00
parent 7cf1715e2b
commit 9478da2ad2
3 changed files with 0 additions and 6 deletions

View File

@ -211,7 +211,6 @@ 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', [