We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As far as I can tell, the app can only be started ~ poetry run start.
poetry run start
This is preventing me from debugging it properly, specifically with PyCharm:
main.py
logging.py
The text was updated successfully, but these errors were encountered:
Got debugging working ~ uvicorn journal_rss.app:app
uvicorn journal_rss.app:app
Sorry, something went wrong.
Related to #3
We'll be replacing that entrypoint with journal-rss start :) glad you got it started. Will add to docs
journal-rss start
No branches or pull requests
As far as I can tell, the app can only be started ~
poetry run start
.This is preventing me from debugging it properly, specifically with PyCharm:
main.py
fails to load due to a circular import inlogging.py
IDE can't parse the module structure, e.g.-> looks like this was just an indexing issue, nvmvs.
The text was updated successfully, but these errors were encountered: