CodeCatz / TrackCat

A tool for tracking the progress of the kittens (and cat{s,z}) in our CodeCatz meetup group
MIT License
5 stars 14 forks source link

created Userprofile class in api/models.py #108

Closed PettraV closed 9 years ago

PettraV commented 9 years ago

within a branch I followed @livike table for users, although I had to change many settings so I could finished migrations which are not required now. As for User, I followed this link https://github.com/codeeu/coding-events/blob/master/api/models/users.py

jurecuhalev commented 9 years ago

@fbbunny https://www.dropbox.com/s/si6c67mubdumac2/Screenshot%202015-01-26%2023.45.53.png?dl=0

jurecuhalev commented 9 years ago

@fbbunny good job checking documentation :+1: I've posted the table to make it a bit easier to see what are best practices. So in case of this CharField, it should never be NULL, so you don't need null=True (null=False is default).

goranche commented 9 years ago

this was manually merged... closing