AnasKg

Results 2 comments of AnasKg

Thanks for the answer! Yes, nginx was running on 443, I stopped it. Now I cannot get the certificates, the following error is displayed: For the domain, the current server...

While we are waiting for the update, you can try this method. What do you think? ```python from rest_framework.validators import UniqueTogetherValidator from rest_framework.exceptions import ValidationError class CustomUniqueConstraintValidator(UniqueTogetherValidator): def __init__(self, queryset,...