Skip to content

Running in PyCharm #232

@JSonnabend

Description

@JSonnabend

Bear with me here. I'm not new to coding but new to Python/PyCharm.

I have supysonic installed via pip and it's open in PyCharm. I can't figure out get the application running in the PyCharm debugger.

EDIT

OK, I added a module with the following, and a I'm running that.

from web import create_application

if __name__ == '__main__':
    app = create_application()
    app.run()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions