safwanrahman / jobtalk_beta

0 stars 2 forks source link

Paginate review form #16

Closed cxrodgers closed 7 years ago

cxrodgers commented 7 years ago

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.

safwanrahman commented 7 years ago

@cxrodgers Looks awesome. Can you delete the 2 migration and create 1 only?

cxrodgers commented 7 years ago

@safwanrahman okay deleted the 2 and created a single one ... How does this look?