erfan safarali
erfan safarali
`ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation'`
i got this error in my project : i think in newer django they remove the ugettext_lazy . i think we may use gettext_lazy . im on django 5.2.1 ```...
the middleware documentation needs to clarfiy how to create a middleware to apply a rate limit to all of the views in a project ``` @method_decorator(ratelimit(key='ip' , rate='3/s' , block=True))...
Hi . while working with kavenegar API , i encountered with an issue : ``` from kavenegar import * def send_otp_code(phone_number , code): try: api = KavenegarAPI('my_api_key', timeout=20) params =...
Hi . in dark mode , the texts inside the RichTextEditor , is white and in white mode is black . means in dark mode its unusable because you can't...