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

Fixed imports and timedelta usage in management command #70

Closed civantos closed 4 years ago

civantos commented 4 years ago

manage command for token reset is not working properly because the code is trying to use delta times without importing the correct datetime module