randomwalker-io / random_walker

This is the repository for the web application Random Walker
2 stars 1 forks source link

Expand the `User` model #179

Closed mkao006 closed 8 years ago

mkao006 commented 8 years ago

The current User model is not ideal, implement it according to the recommendation of Two Scoops of Django.

mkao006 commented 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.

mkao006 commented 8 years ago

Probably should just copy the User model and also incorporate the current fields. The templates seems like it has very comprehensive pages handling users.

mkao006 commented 8 years ago

The cookiecutter User model is implemented, now just need to add back the additional field from the previous implementation.

mkao006 commented 8 years ago

Old user field implemented and completely removed at 3ec041135013f3015e55358ca0b4a6c4a088b276