[Fixed]-Django admin.E110 Error – The value of 'list_display_links' must be a list, a tuple, or None

1👍

It’s referring to a different property called list_display_links. I think if you just set it to None your error will go away, but take a look at those docs and you may want to use it.

Leave a comment