File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,9 @@ The following settings control the behavior of the backend:
4848
4949# ## Standard Django settings
5050
51- # ### NAME
51+ ` NAME ` String. Database name. Required.
5252
53- String. Database name. Required.
54-
55- * HOST * String. SQL Server instance in `server\instance` or `ip,port` format.
53+ `HOST ` String. SQL Server instance in `server\instance` or `ip,port` format.
5654
5755`USER ` String. Database user name. If not given then MS Integrated Security
5856 will be used.
@@ -88,8 +86,7 @@ String. Database name. Required.
8886
8987 See http:// freetds.org/ userguide/ dsnless.htm for more information.
9088
91- `` django- pyodbc`` - specific settings
92- ---------------------------------- -
89+ # ## ``django-pyodbc``-specific settings
9390
9491`` ODBC_DSN ``
9592 String. A named DSN can be used instead of `` DATABASE_HOST `` .
You can’t perform that action at this time.
0 commit comments