summaryrefslogtreecommitdiff
path: root/nccps2018
diff options
context:
space:
mode:
authorAkshen2018-10-25 10:19:35 +0530
committerAkshen2018-10-25 10:19:35 +0530
commit828c98ffe0ef74ce7abc92339c9a0849cafd2634 (patch)
treeaed2b4fe55e77650b02d8a9c1725b0668a2399ad /nccps2018
parentd4ba84f1ef0d74ef5878f7590fde56444b01d438 (diff)
downloadnccps-2018-828c98ffe0ef74ce7abc92339c9a0849cafd2634.tar.gz
nccps-2018-828c98ffe0ef74ce7abc92339c9a0849cafd2634.tar.bz2
nccps-2018-828c98ffe0ef74ce7abc92339c9a0849cafd2634.zip
Update marks for week 3 and 4
- 5 marks for week 3 - 10 marks for week 4 13th and 14th TBA - Upload Model for each question TBD
Diffstat (limited to 'nccps2018')
-rw-r--r--nccps2018/settings.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/nccps2018/settings.py b/nccps2018/settings.py
index f28ffa7..9ce4c32 100644
--- a/nccps2018/settings.py
+++ b/nccps2018/settings.py
@@ -81,10 +81,10 @@ WSGI_APPLICATION = 'nccps2018.wsgi.application'
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
- 'NAME': DB_NAME_DEFAULT, # Or path to database file if using sqlite3.
- 'USER': DB_USER_DEFAULT,
- 'PASSWORD': DB_PASS_DEFAULT,
- 'HOST': DB_HOST_DEFAULT,
+ 'NAME': DB_NAME_DEFAULT, # Or path to database file if using sqlite3.
+ 'USER': DB_USER_DEFAULT,
+ 'PASSWORD': DB_PASS_DEFAULT,
+ 'HOST': DB_HOST_DEFAULT,
}
}