django-ecommerce-project icon indicating copy to clipboard operation
django-ecommerce-project copied to clipboard

Superuser creation error in Part-01 Django Models Views and Testing

Open UnityTAW opened this issue 2 years ago • 0 comments

The code in Part-01 Django Models Views and Testing/Part-1 Initial/store/admin.py produces the following error when attempting to create a superuser:

<class 'store.admin.ProductAdmin'>: (admin.E116) The value of 'list_filter[1]' refers to 'is_active', which does not refer to a Field.

UnityTAW avatar Jul 29 '22 07:07 UnityTAW