flask-blog
flask-blog copied to clipboard
Adding fields to the form and database
Awesome project! I would like to add extra fields to the form and to the database. I am familiar with flask-migrate and the use of a model.py, but this project is not using flask-migrate how would I go about adding fields with your project??