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

Support execution outside of poetry #15

Open
ybnd opened this issue Jan 3, 2024 · 2 comments
Open

Support execution outside of poetry #15

ybnd opened this issue Jan 3, 2024 · 2 comments

Comments

@ybnd
Copy link

ybnd commented Jan 3, 2024

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 in logging.py
  • IDE can't parse the module structure, e.g. -> looks like this was just an indexing issue, nvm
    20240103-192054
    vs.
    20240103-192155
@ybnd
Copy link
Author

ybnd commented Jan 3, 2024

Got debugging working ~ uvicorn journal_rss.app:app

@sneakers-the-rat
Copy link
Owner

sneakers-the-rat commented Jan 3, 2024

Related to #3

We'll be replacing that entrypoint with journal-rss start :) glad you got it started. Will add to docs

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

2 participants