You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Wanderson,
thank You for reporting this issue. It is because the migration user_unique_email/migrations/0001_initial.py doesn't exactly correspond to the User model provided by django.contrib.auth from the particular Django version you use.
I'll try to find a way to make the initial migration more generic to work with any Django version.
When i try run manager.py makemigrations i got:
PermissionError: [Errno 13] Permission denied: '/usr/local/lib/python3.8/dist-packages/user_unique_email/migrations/0003_auto_20200722_1204.py
Installled with
pip3 install django-user-unique-email (as root)
Running as regular user:
$ python3 manager makemigrations
The workaround was reinstall the package as regular user and run makemigrations again.
The text was updated successfully, but these errors were encountered: