File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
BASIC_AUTH = True
6
6
7
+ USE_SAML = False
8
+
7
9
DATABASES = {
8
- ' default' : {
10
+ " default" : {
9
11
# Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
10
- ' ENGINE' : ' django.db.backends.sqlite3' ,
12
+ " ENGINE" : " django.db.backends.sqlite3" ,
11
13
# 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" ),
13
15
# The following settings are not used with sqlite3:
14
- ' USER' : '' ,
15
- ' PASSWORD' : '' ,
16
+ " USER" : "" ,
17
+ " PASSWORD" : "" ,
16
18
# 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.
19
21
}
20
22
}
Original file line number Diff line number Diff line change 3
3
<plist version =" 1.0" >
4
4
<dict >
5
5
<key >version </key >
6
- <string >4.4.0.2304 </string >
6
+ <string >4.4.0.2305 </string >
7
7
</dict >
8
8
</plist >
You can’t perform that action at this time.
0 commit comments