Skip to content

Commit 3bd597b

Browse files
committed
example
1 parent 1361abd commit 3bd597b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

sal/example_settings.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@
44

55
BASIC_AUTH = True
66

7+
USE_SAML = False
8+
79
DATABASES = {
8-
'default': {
10+
"default": {
911
# Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
10-
'ENGINE': 'django.db.backends.sqlite3',
12+
"ENGINE": "django.db.backends.sqlite3",
1113
# Or path to database file if using sqlite3.
12-
'NAME': os.path.join(PROJECT_DIR, 'sal.db'),
14+
"NAME": os.path.join(PROJECT_DIR, "sal.db"),
1315
# The following settings are not used with sqlite3:
14-
'USER': '',
15-
'PASSWORD': '',
16+
"USER": "",
17+
"PASSWORD": "",
1618
# Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP.
17-
'HOST': '',
18-
'PORT': '', # Set to empty string for default.
19+
"HOST": "",
20+
"PORT": "", # Set to empty string for default.
1921
}
2022
}

sal/version.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<plist version="1.0">
44
<dict>
55
<key>version</key>
6-
<string>4.4.0.2304</string>
6+
<string>4.4.0.2305</string>
77
</dict>
88
</plist>

0 commit comments

Comments
 (0)