Enric Badia
Results
2
comments of
Enric Badia
Same problem here. `Running migrations: Applying django_rest_passwordreset.0002_pk_migration...Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute return self.cursor.execute(sql, params) File "/usr/local/lib/python3.9/site-packages/django/db/backends/mysql/base.py", line 73, in execute return self.cursor.execute(query, args) File...
All working now. Just reset migrations to zero and recreate all tables for django_rest_passwordreset. Thanks!