1
No. Django’s built in user will use an AutoField
as the primary key. If you want to change it, you need a custom user model.
Source:stackexchange.com
1
No. Django’s built in user will use an AutoField
as the primary key. If you want to change it, you need a custom user model.