Forums

Trying to get SQL-Alchemy set up

I'm trying to work through the Flask mega-tutorial and I'm stuck on chapter 4 (https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-iv-database). In the Flask-SQLAlchemy Configuration section, the author describes updating a config.py file.

I did some searching and found this:

https://flask-sqlalchemy.palletsprojects.com/en/2.x/config/

which says "Flask-SQLAlchemy loads these values from your main Flask config which can be populated in various ways.". So, I guess my question is - where do I find the main Flask config file on my pythonanywhere site?

Nevermind, I think I've figured it out.