FlaskBB
A lightweight forum software in Flask
default profile picture

chadat23

Member
Last seen 5 years ago
Joined:
Posts:
2
Topics:
1

In case anyone else goes looking. There might be better or more appropriate settings but this is how I got it working with on pyCharm Pro. Also, since wsgi.py has the default config file hardcoded, it doesn't seem to typically matter that you aren't passing it in through the pycharm run/debug configuration.

Edit Configurations... > + > Flask Server

Target Type: Script path
Target: <path to>\flaskbb\wsgi.py
Application: flaskbb
Working Directory: <path to>\flaskbb\ (so the top level folder, not the source folder, that creates import errors associated with modules named 'email')

Chad

The bottom of https://flaskbb.org/about/ says "powered by FlaskBB". Is the functionality to make that page along with the ones it links to (Features, Releases, etc) in FlaskBB as it sits on github or was that added independently? If it's already there, is there any documentation on it? Sorry if I'm just being slow.

Chad