settings/dev: switch on debug mode (and get static files served)
This commit is contained in:
		@ -7,6 +7,7 @@ try:
 | 
				
			|||||||
except ImportError:
 | 
					except ImportError:
 | 
				
			||||||
    pass
 | 
					    pass
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					DEBUG = True
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LOCALE_PATHS = ["aircox/locale", "aircox_streamer/locale"]
 | 
					LOCALE_PATHS = ["aircox/locale", "aircox_streamer/locale"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user