Areese801
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Areese801 created a post, Set Breakpoint / Debug module outside of current project
Hello - I'm debugging some code that makes use of an API wrapper that somebody wrote that is not part of the package that I'm actually debugging (It's in an entirely different parent directory) and... -
Areese801 commented, -
Areese801 created a post, Pycharm / Flask : Refactor > Rename doesn't rename in HTML template
I'm refactoring a flask application to make use of blueprints / be more modular. I noticed that when I 'Refactor > Rename' a def (function) name in a .py file, it works as expected, but the corres...