This PR addresses issue https://github.com/safwanrahman/jobtalk_beta/issues/15
The review submission process is paginated
Various updates to the models and verbose_name to match the mockup
Most fields are now optional (i.e., nullable and blankable). Exception: I made text fields and char fields non-nullable, because I think this is conventional in django that an empty field should be stored as '', not null.
This PR addresses issue https://github.com/safwanrahman/jobtalk_beta/issues/15 The review submission process is paginated Various updates to the models and verbose_name to match the mockup Most fields are now optional (i.e., nullable and blankable). Exception: I made text fields and char fields non-nullable, because I think this is conventional in django that an empty field should be stored as '', not null.