gothinkster / flask-realworld-example-app

Exemplary real world JSON API built with Flask (Python)
https://realworld.io/
MIT License
902 stars 309 forks source link

Update article should execute datetime function #21

Closed nwalsh1995 closed 5 years ago

nwalsh1995 commented 5 years ago

If you don't do this change you get an error:

SQLAlchemy only accepts Python DateTime objects

This fixes that problem and makes it work as intended.

realazizk commented 5 years ago

Thanks