File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,12 @@ Features
1515* Compatible with SQL Server and SQL Server Native Client from Microsoft
1616 (Windows) and FreeTDS ODBC drivers (Linux).
1717
18- Dependencies
19- ------------
20-
21- * Django from SVN, revision 8328 or newer (1.0 is r8961.)
22- * pyodbc 2.0.58 or newer
23-
2418Installation
2519------------
2620
27211 . Install django-pyodbc.
2822
29- pip install django-pyodbc
23+ pip install django-pyodbc
3024
31252 . Now you can now add a database to your settings using standard ODBC parameters.
3226
@@ -54,9 +48,11 @@ The following settings control the behavior of the backend:
5448
5549# ## Standard Django settings
5650
57- `NAME ` String. Database name. Required.
51+ # ### NAME
52+
53+ String. Database name. Required.
5854
59- ` HOST ` String. SQL Server instance in `server\instance` or `ip,port` format.
55+ * HOST * String. SQL Server instance in `server\instance` or `ip,port` format.
6056
6157`USER ` String. Database user name. If not given then MS Integrated Security
6258 will be used.
@@ -112,12 +108,12 @@ The following settings control the behavior of the backend:
112108 For Chinese language you can set it to `` " Chinese_PRC_CI_AS" `` .
113109
114110License
115- ====== =
111+ ------ -
116112
117113See LICENSE .
118114
119115Credits
120- ====== =
116+ ------ -
121117
122118* Dan Loewenherz
123119* Filip Wasilewski (http:// code.djangoproject.com/ ticket/ 5246 )
You can’t perform that action at this time.
0 commit comments