updated batch and degree

This commit is contained in:
Kovilapu Karthik Karthik 2023-09-03 16:18:54 +05:30
parent 3748d48c2b
commit 95a91be90b
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",