-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
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
Labels
No labels