escaper
escaper
I found this way of deleting a folder ```bash linode-cli obj rb $bucket/$folder ```
I'm currently using this validator for my username Field that I have found on stack overflow, you can learn how to raise error when the criteria of your validator don't...
Use this inside your settings.py `ACCOUNT_SIGNUP_PASSWORD_ENTER_TWICE = False` > When signing up, let the user type in their password twice to avoid typos. these settings can be found [here](https://django-allauth.readthedocs.io/en/latest/configuration.html) since...
> In my case, the EMAIL_VERIFICATION was mandatory and the email didn't send automatically. I also posted this issue on different platforms wasting months with no reply till today. that...
@chymdyugah When you register, do get any error on your logs?
I'm facing pretty much same error without any clue raise OAuth2Error("Error retrieving access token: %s" % resp.content) mybackend | allauth.socialaccount.providers.oauth2.client.OAuth2Error: Error retrieving access token: b'{\n "error": "invalid_grant",\n "error_description": "Bad Request"\n}...
Let say you have this URL : `url('auth/registration/', include('dj_rest_auth.registration.urls')),` you will need to send a **post request** to this address `http://127.0.0.1:80/api/accounts/auth/registration/resend-email/` this part > /resend-email/ is **hard coded**, do not...
> ```python > customvalidators > ``` Thank you @squio for your answer it did work for me flawlessly note : for the future do not forget about the import `from...
I had the same issue just go to this file **libs.versions.toml** under **[versions]** I made this change `androidGradlePlugin = "8.4.1"` then you can start syncing your gradle and VOILA