anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy
BSD 3-Clause "New" or "Revised" License
419 stars 148 forks source link

Stuck in migrate command #81

Closed jmunera-lean closed 4 years ago

jmunera-lean commented 4 years ago

Hi, I try to install de extension and configurate, but when pass through migrations, the first one runs without problems but the command get stuck in the second. Has been running for 1 hour without result.

ghost commented 4 years ago

This may be an issue related to 1.0.0 We have just released 1.1.0 which should fix this behavior.

glothos commented 2 years ago

Having the same problem on 1.2.1

Django==3.1 django-rest-passwordreset==1.2.1 djangorestframework==3.12.2 djangorestframework-simplejwt==4.6.0

Second migrations just gets stuck. Already tried version 1.1.0 directly but the same thing happens.

Aditional config:

DJANGO_REST_MULTITOKENAUTH_REQUIRE_USABLE_PASSWORD = False
DJANGO_REST_PASSWORDRESET_NO_INFORMATION_LEAKAGE = True