Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running flask in debug mode (for autoreload) #561

Open
fredcallaway opened this issue Oct 4, 2023 · 0 comments
Open

Running flask in debug mode (for autoreload) #561

fredcallaway opened this issue Oct 4, 2023 · 0 comments

Comments

@fredcallaway
Copy link
Contributor

I'm embarking on a major backend extension and it would be great to not have to restart the web server any time I change the code. This is possible with vanilla flask apps using debug mode. But I can't figure out how to get psiturk to use debug mode.

I tried adding app.config.from_pyfile directly to experiment.py (following the idea mentioned in #250) but that didn't work.

Is it possible to run psiturk without gunicorn, i.e. calling flask directly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant