1👍
✅
Thomas was right, there were indeed two queries buried somewhere in models.py that referred to the Department class:
ROOT_DEPARTMENT = Department.objects.get(pk=14)
FACULTIES = Department.objects.filter(parent=ROOT_DEPARTMENT)
Thanks!
Source:stackexchange.com