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,
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
2 matches
Mail list logo