Created
          December 28, 2013 17:41 
        
      - 
      
 - 
        
Save yarko/8161967 to your computer and use it in GitHub Desktop.  
    using wingIDE with flask
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # snippet for debugging w/ wingIDE: | |
| if __debug__: | |
| from os import environ | |
| if 'WINGDB_ACTIVE' in environ: | |
| app.debug = False | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
works with wing 4 and 5 (at least).
I place before "app.run()".