We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d94fc commit 9212369Copy full SHA for 9212369
1 file changed
ietf/settings.py
@@ -4,6 +4,10 @@
4
5
import os
6
7
+import syslog
8
+syslog.openlog("django", syslog.LOG_PID, syslog.LOG_USER)
9
+
10
11
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
12
13
DEBUG = True
0 commit comments