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

Merge pull request #1018 from SchrodingersGat/group-roles

Roles and Permissions
This commit is contained in:
Oliver
2020-10-05 11:16:52 +11:00
committed by GitHub
12 changed files with 685 additions and 9 deletions

View File

@ -37,4 +37,4 @@ class PartConfig(AppConfig):
part.image = None
part.save()
except (OperationalError, ProgrammingError):
print("Could not generate Part thumbnails")
pass