Skip to content

Commit b14701e

Browse files
Update settings.py
1 parent 2ecab1c commit b14701e

File tree

1 file changed

+2
-6
lines changed
  • CheckMate2017-master/checkmate2017/checkmate2017

1 file changed

+2
-6
lines changed

CheckMate2017-master/checkmate2017/checkmate2017/settings.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,8 @@
7777
# https://docs.djangoproject.com/en/1.9/ref/settings/#databases
7878
DATABASES = {
7979
'default': {
80-
'ENGINE': 'django.db.backends.mysql',
81-
'NAME': 'checkmate',
82-
'USER': 'checkmateuser',
83-
'PASSWORD': 'checkmate',
84-
'HOST': 'localhost',
85-
'PORT': '',
80+
'ENGINE': 'django.db.backends.sqlite3',
81+
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
8682
}
8783
}
8884
# Password validation

0 commit comments

Comments
 (0)