What to do when you don’t see all objects appearing on the admin site?



What to do when you don’t see all objects appearing on the admin site?..

Answer / Rahul Kumar Rawat

Ensure that the model is registered in the admin.py file and the get_queryset() method of the Admin class returns all objects. Also, check if there are any filters or search terms applied that might be hiding some objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

Does the django framework scale?

1 Answers  


What is the significance of manage.py file in django?

1 Answers  


What is the form?

1 Answers  


Is django better than laravel?

1 Answers  


What command line can be used to load data into django?

1 Answers  


When to use the iterator in django orm?

1 Answers  


Is django faster than rails?

1 Answers  


What is __ init __ method do in models?

1 Answers  


Which companies are using django?

1 Answers  


What is url mapping and how to do it in django ?

1 Answers  


How to run django in pycharm?

1 Answers  


What is static in django?

1 Answers  


Categories