Bläddra i källkod

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

Romain Rigaux 8 år sedan
förälder
incheckning
169d9dc
2 ändrade filer med 4 tillägg och 4 borttagningar
  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.
   django_debug_mode=false
 
+  # Enable development mode, where notably static files are not cached.
+  ## dev=false
+
   # Enable or disable database debug mode.
   ## 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.
     ## trace_level=0
 
-    # Enable development mode, where notably static files are not cached.
-    ## dev=false
-
     [[[users]]]
 
       # Base filter for searching for users

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

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