so i have seen a lot of solutions but i found most answers for older versions of Django and i was wondering if there are any changes on that.
Basically i am using Django 1.7, and i wanted to override the uusername
field in the default django USER class to allow more than 30 chars i.e max_length=75
.
Should i be using AbstractBaseUser
instead or is there an easier way to put max_length=75