We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a3d68 commit 5ff7ddcCopy full SHA for 5ff7ddc
1 file changed
ietf/settings.py
@@ -100,6 +100,9 @@
100
101
#DATABASE_ROUTERS = ["ietf.legacy_router.LegacyRouter"]
102
103
+# ------------------------------------------------------------------------
104
+# Django/Python Logging Framework Modifications
105
+
106
# enable HTML error emails
107
from django.utils.log import DEFAULT_LOGGING
108
LOGGING = DEFAULT_LOGGING.copy()
@@ -120,6 +123,9 @@ def skip_suspicious_operations(record):
120
123
}
121
124
LOGGING['handlers']['mail_admins']['filters'] += [ 'skip_suspicious_operations' ]
122
125
126
+# End logging
127
128
129
SESSION_COOKIE_AGE = 43200 # 12 hours
130
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
131
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
0 commit comments