Closed mkao006 closed 8 years ago
We will keep the current implementation then re-design the User
model when we have a better idea what kind of information we want to store.
Probably should just copy the User
model and also incorporate the current fields. The templates seems like it has very comprehensive pages handling users.
The cookiecutter User model is implemented, now just need to add back the additional field from the previous implementation.
Old user field implemented and completely removed at 3ec041135013f3015e55358ca0b4a6c4a088b276
The current
User
model is not ideal, implement it according to the recommendation ofTwo Scoops of Django
.