From 95a91be90b71afa0b0a730a24605feff3c5ea11a Mon Sep 17 00:00:00 2001 From: karthik-k-18 <200010024@iitdh.ac.in> Date: Sun, 3 Sep 2023 16:18:54 +0530 Subject: [PATCH] updated batch and degree --- CDC_Backend/APIs/constants.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CDC_Backend/APIs/constants.py b/CDC_Backend/APIs/constants.py index c34fd69..e683392 100644 --- a/CDC_Backend/APIs/constants.py +++ b/CDC_Backend/APIs/constants.py @@ -16,6 +16,7 @@ BRANCHES = [ "EP" ] BATCH_CHOICES = [ + ["2022", "2022"], ["2021", "2021"], ["2020", "2020"], ["2019", "2019"], @@ -42,10 +43,11 @@ TIERS = [ DEGREE_CHOICES = [ ['bTech', 'B.Tech'], ['ms/phd', 'MS/ PhD'], + ['mTech', 'M.Tech'], ] TOTAL_BRANCHES = 4 # Total No of Branches -TOTAL_BATCHES = 5 # Total No of Batches +TOTAL_BATCHES = 6 # Total No of Batches CDC_REPS_EMAILS = [ "cdc@iitdh.ac.in",