Forums

Multiple tables in flask_app.py

Is this possible? I have the comments table running already, but I want to add a new table to the username$comments database. Will I be able to use 2 tables in the same file?

Absolutely! If you're following our tutorial, then check out part two, which introduces a new table to hold users.