Jazzmin in production has no add/delete buttons for inlines

Hello to everyone! I know, that there are some questions already have been posted, but I have another problem.

Django admin site (with jazzmin) has no add/delete buttons, but on development server everything is ok. I cleared browser cache, tried chrome and mozilla, made collectstatic… All of these didn’t help!

development:
python 3.8.7
django 2.2.10
jazzmin 2.5.0

prod:
python 3.9.2
django 2.2.10
jazzmin 2.5.0

Please, help or give some ideas!

I believe that the buttons is displayed only when the authenticated user has the required permissions.
Have you checked that the authenticated user have the required permissions?

A good test is to authenticate with a user with is_superuser permission, that will always have the required permissions.

This is just a shot in the dark, since no more details are available.

Side note: I want to point out is that you’re using a insecure Django version. You should upgrade to the latest version, or incrementally upgrade to the next major.

Welcome @golikovalex !

Note: See Django 3.2 FAQ: Installation
(Due to the age of the release you’re using, you need to look at one of the older pages.)

This is a valid combination:

This is not:

Update all to valid combination. Didn’t help:((