production.py
1.68 KB
-
Fix i18n error · 9a918b82
1. When ```PLATFORM_NAME``` or ```APPLICATION_NAME``` contains non-ascii characters, production.py casuse an UnicodeDecode exception. 2. Use ```{{ application_name }}``` rather than hard-code ```Insights``` in index.html.louyihua committed