Alexandr Artemyev

Results 70 comments of Alexandr Artemyev

[django-inlinecss](https://github.com/roverdotcom/django-inlinecss) is not maintained for some time. And the appearance of a template tag for django in css-inline looks promising. In fact django-inlinecss supports different engines and it takes 5...

@darkbarker Could you please rebuild `.mo` files after the translation change?

I generally like the direction in which you are thinking. But I see a lot of risks in migrating old projects. Just for example, I found a place in my...

@jazzband/django-constance Please help to review

@Amanda-Wakefield please try somthing like that ```python from constance import config config.KEY = value ```

@Photonios Please take a look at @kingbuzzman's suggestion. Such a solution gives a chance for the development of a frozen project.

@Photonios I see that Materialized Views are in master. They are ready? Can they be tested already? At the moment, I do not see any documentation.

I would nominate @Hanaasagi for this role. Since he is quite active and it is his PR that we all need so much.

`None` is not allowed for `LOGIN_REDIRECT_URL` in django.

django-hijack v3.0 is completely rewritten and does not require django-hijack-admin. The administrator interface is now included in django-hijack. Please follow our docs for v3 here https://github.com/django-hijack/django-hijack#docs Also we use [LOGOUT_REDIRECT_URL](https://docs.djangoproject.com/en/3.2/ref/settings/#logout-redirect-url)...