Antonio Nieto García

Results 5 comments of Antonio Nieto García

Hello @DanishAbsar I tried in a new Django project and it works, but considering some things: - Python 3.7 - Django 2.2.8 In the step 2 of **Installation**, use `from...

Hello @DanishAbsar .I don't know how django-role-permissions affects, but you can try the following code, it should work: ``` email = '[email protected]' user = User.objects.create_user(email, email=email) new_email = '[email protected]' confirmation_key...

Hello, I leave a link, it can help. https://github.com/mfogel/django-simple-email-confirmation/issues/65#issuecomment-561205683

/assign @sharifelgamal

Hi guys, I have found a solution for gnome 45, at least, it works for me. 1. Install the extension manually following the instructions in the "Build" section of the...