[Flask] Deleting Flask tables conditionally

Corey Boyle coreybrett at gmail.com
Sun Mar 5 18:18:28 EST 2017


Please clarify... by "table", do you mean "row" or "record"?

Regarding deleteing, I think this line
package = Package()
Needs to be replaced with a query that returns the single object that
you want to delete.


More information about the Flask mailing list