Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7678758

Browse files
committed
Update README.md
1 parent c83c2aa commit 7678758

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

django/django-pymssql/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
DATABASES = {
4747
'default': {
4848
'ENGINE': 'sqlserver_pymssql',
49-
'HOST': 'csucla2015.database.windows.net',
50-
'NAME': 'djangodemoui',
51-
'USER': 'meet_bhagdev@csucla2015',
52-
'PASSWORD': 'avengersA1',
49+
'HOST': 'myserver.database.windows.net',
50+
'NAME': 'dbmame',
51+
'USER': 'username@myserver',
52+
'PASSWORD': 'password',
5353
'PORT': '1433',
5454
'OPTIONS': {
5555
# ...

0 commit comments

Comments
 (0)