You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I trying use django-categories with django-material (materialize css ui for django-admin), and when i go to admin/categories/category/, i get error:
AttributeError at /django-admin/categories/category/
'str' object has no attribute 'user'
This error arise when I use django-material, but if i use original django-admin, this error don't arise.
Where is it worth to look for a mistake?
The text was updated successfully, but these errors were encountered:
Hi!
I trying use django-categories with django-material (materialize css ui for django-admin), and when i go to
admin/categories/category/
, i get error:This error arise when I use django-material, but if i use original django-admin, this error don't arise.
Where is it worth to look for a mistake?
The text was updated successfully, but these errors were encountered: