|
|
@@ -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
|