Seth Hill
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 2
-
Edited Temporarily turn off autosave while debugging in Django?
I keep having the issue where I'm debugging a Django application, and the IDE's auto save triggers the Django server's auto reload functionality. This causes me to lose my current debug session, co... -
Created Type Checker inspection for function `str.casefold`
AnsweredI'm scratching my head a bit on this. PyCharm is trying to tell me that there is no casefold function in my Python 3.4 source code. In a python scratch file I get a type checker warning on the 'HEl...