浏览代码

HUE-7394 [core] Have dev mode on by default in development

Romain Rigaux 8 年之前
父节点
当前提交
169d9dc
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 3 3
      desktop/conf.dist/hue.ini
  2. 1 1
      desktop/conf/pseudo-distributed.ini.tmpl

+ 3 - 3
desktop/conf.dist/hue.ini

@@ -40,6 +40,9 @@
   # Enable or disable Django debug mode.
   # Enable or disable Django debug mode.
   django_debug_mode=false
   django_debug_mode=false
 
 
+  # Enable development mode, where notably static files are not cached.
+  ## dev=false
+
   # Enable or disable database debug mode.
   # Enable or disable database debug mode.
   ## database_logging=false
   ## database_logging=false
 
 
@@ -436,9 +439,6 @@
     # 2 for logging the method calls with arguments and the complete results and 9 for also logging the traceback of method calls.
     # 2 for logging the method calls with arguments and the complete results and 9 for also logging the traceback of method calls.
     ## trace_level=0
     ## trace_level=0
 
 
-    # Enable development mode, where notably static files are not cached.
-    ## dev=false
-
     [[[users]]]
     [[[users]]]
 
 
       # Base filter for searching for users
       # Base filter for searching for users

+ 1 - 1
desktop/conf/pseudo-distributed.ini.tmpl

@@ -45,7 +45,7 @@
   ## django_debug_mode=true
   ## django_debug_mode=true
 
 
   # Enable development mode, where notably static files are not cached.
   # Enable development mode, where notably static files are not cached.
-  ## dev=false
+  dev=true
 
 
   # Enable or disable database debug mode.
   # Enable or disable database debug mode.
   ## database_logging=false
   ## database_logging=false