Skip to content

Commit 16a7020

Browse files
committed
playing around
1 parent e39f3a3 commit 16a7020

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff 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-
2418
Installation
2519
------------
2620

2721
1. Install django-pyodbc.
2822

29-
pip install django-pyodbc
23+
pip install django-pyodbc
3024

3125
2. 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

114110
License
115-
=======
111+
-------
116112

117113
See LICENSE.
118114

119115
Credits
120-
=======
116+
-------
121117

122118
* Dan Loewenherz
123119
* Filip Wasilewski (http://code.djangoproject.com/ticket/5246)

0 commit comments

Comments
 (0)