maxwolffe / Bribecaster

1 stars 1 forks source link

Max/add forms new #12

Closed maxwolffe closed 9 years ago

maxwolffe commented 9 years ago

@akuchibotla or @jeffzheng1 can you review this to make sure that it's cool? I've removed some .pyc files here. Can we agree not to commit .pyc files in le future? I think you can remove all .pyc files by running something like: git rm -r --cached *.pyc, or something like that. This PR adds two forms that flow from one to another, namely a citizen form where a citizen is created, and a OBC form where OBCForm data is entered. After the OBC form is filled out, it calls Jeff's view method to display the data table.