Closed PettraV closed 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).
this was manually merged... closing
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