Merge pull request #173 from CDC-IITDH/updatingBatch

updated batch and degree
This commit is contained in:
karthik mv 2023-09-03 16:20:16 +05:30 committed by GitHub
commit 0a979eb05e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@ BRANCHES = [
"EP" "EP"
] ]
BATCH_CHOICES = [ BATCH_CHOICES = [
["2022", "2022"],
["2021", "2021"], ["2021", "2021"],
["2020", "2020"], ["2020", "2020"],
["2019", "2019"], ["2019", "2019"],
@ -42,10 +43,11 @@ TIERS = [
DEGREE_CHOICES = [ DEGREE_CHOICES = [
['bTech', 'B.Tech'], ['bTech', 'B.Tech'],
['ms/phd', 'MS/ PhD'], ['ms/phd', 'MS/ PhD'],
['mTech', 'M.Tech'],
] ]
TOTAL_BRANCHES = 4 # Total No of Branches 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_REPS_EMAILS = [
"cdc@iitdh.ac.in", "cdc@iitdh.ac.in",