Open Issues Need Help
View All on GitHub Сломался поиск курсов в админке about 1 month ago
AI Summary: Debug a Django admin search functionality issue. The error 'FieldError: Cannot resolve keyword 'name' into field' indicates a problem with the search field configuration for the Course model in the Django admin. The task involves identifying why the 'name' field is not recognized during the search, likely due to a model definition issue, incorrect field name, or a problem with the admin's search configuration. The solution will require inspecting the Course model, its fields, and the admin configuration for Courses.
Complexity:
3/5
bug good first issue
Django-based backend for our learning management system
Python
#django#django-application#django-rest-framework#python#real-world