search and report generation django admin panel - django

May I get to know how to customize django admin panel with search option and report
generation enter image description here

Related

Django admin page not work properly and show weird look

Today I have updated Django to the latest version.
But for some reason when the logged in to the admin page, all I cans see is a weird-looking admin page.
enter image description here
how to solve this problem?

How can I set Django model options in runtime?

I'm working on an admin panel and want to provide some configurable options for the end user.
For example, when I have a User model I want an option in my panel to be able to select which fields are required.
How can I change the model options in runtime and make it persistent?

Django admin not loading

I have a problem with Django admin. I can login and so on but I have way to create company profiles to Django and display them on website.
When I want to edit some profile in the admin page from my browser, it shows:
net::ERR_INCOMPLETE_CHUNKED_ENCODING.
Only browser that opens the page is Microsoft Edge.
I am not a developer, so I will try my best to make it as clear as possible.

How to manage Bestseller module in OpenCart 2.0 +

I want to add a bestseller product to my home page. In the admin panel there is a bestseller module that I enabled and set to my home page layout, but I can not see any bestseller products. How can I enable or show them on page?
Can anybody tell me how to enable it for products?

Sitecore Settings With Page Editor

I have Site settings item for my site, and i have field there for logo, in my code i am using Sitecore Field to display this field on my pages. and from experience editor it can be editable, but when i change the logo and publish the current item from experience editor (ex: home page), all items related to the page is published except the logo. I have to go to Site settings item from content editor and publish it. any idea how i can publish it from experience editor (Logo or any fields in Site Settings)
Normally, logo is a field on the home item you don't change it every day.
In your case you can publish your logo using edit related item and publish that item.
Please check below picture: