DataMascara / cisc3140-su19-project

https://bc-app-class.herokuapp.com/login/
2 stars 5 forks source link

DB: NameError When Adding new post #13

Closed Maker-Mark closed 5 years ago

Maker-Mark commented 5 years ago

The post adds successfully, however I get a NameError saying name 'author' is not defined.

Maker-Mark commented 5 years ago

Fixed the initial issue by changing the parameter from "author" to the "author_id" Now works as expected