Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x7f46519ab378>
Traceback (most recent call last):
File "/home/~/.virtualenvs/~/lib/python3.5/site-packages/django/utils/autoreload.py", line 226, in wrapper
fn(*args, **kwargs)
File "/home/~/.virtualenvs/~/lib/python3.5/site-packages/django/core/management/commands/runserver.py", line 116, in inner_run
self.check(display_num_errors=True)
File "/home/~/.virtualenvs/~/lib/python3.5/site-packages/django/core/management/base.py", line 472, in check
raise SystemCheckError(msg)
django.core.management.base.SystemCheckError: SystemCheckError: System check identified some issues:
ERRORS:
<class 'src.apps.studb.admin.GroupAdmin'>: (admin.E108) The value of 'list_display[2]' refers to 'department__faculty', which is not a callable, an attribute of 'GroupAdmin', or an attribute or method on 'studb.GroupModel'.
System check identified 1 issue (0 silenced).