Open Stefan4472 opened 2 years ago
Superceded by #75
A general question to consider: would it be good to keep logic out of the models? Or at the very least, keep flask imports out?
The problem is, we then have a much harder time modifying data, because we'd have to propagate the changes back to the underlying models.
What a mess.
flaskr/models/post.py