Re: SystemCheckError: (admin.E111)

2017-09-13 Thread Melvyn Sopacua
What's not clear about the error? There are two admin classes that have invalid list_display_links values. The format is documented: https://docs.djangoproject.com/en/1.10/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_display_links And chances are you have: list_display_links = (None,

SystemCheckError: (admin.E111)

2017-09-13 Thread Amit Mishra
Hey, I am using python= 3.5 and Django= 1.10.2 If I am running for the makemigrations --$ python3 manage.py makemigrations OR Starting server -- $ python3 manage.py runserver 0.0.0.0:8000 Its returning errors for SystemCheckError .../mydjangoproject# python3 manage.py makemigration