Seth Hill

Avatar
  • Total activity 8
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 4
  • Subscriptions 2
  • Seth Hill created a post,

    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...
  • Seth Hill created a post,
    Answered

    Type Checker inspection for function `str.casefold`

    I'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...