forked from khushbu14/webportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreviewers_list.py
83 lines (82 loc) · 1.62 KB
/
reviewers_list.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
c60 = {
'USERNAME': "darshanahood",
'PASSWORD': "rc",
'FIRSTNAME': "Darshana",
'LASTNAME': "Hooda",
'CONTACT': 0000000000,
'EMAIL': "[email protected]",
'PHOTO': "",
}
c61 = {
'USERNAME': "shashikantgoilka",
'PASSWORD': "rc",
'FIRSTNAME': "Shashikant",
'LASTNAME': "Goilkar",
'CONTACT': 0000000000,
'EMAIL': "[email protected]",
'PHOTO': "",
}
c62 = {
'USERNAME': "maheshporwa",
'PASSWORD': "rc",
'FIRSTNAME': "Mahesh",
'LASTNAME': "Porwal",
'CONTACT': 0000000000,
'EMAIL': "[email protected]",
'PHOTO': "",
}
c63 = {
'USERNAME': "santoshchapaner",
'PASSWORD': "rc",
'FIRSTNAME': "Santosh",
'LASTNAME': "Chapaneri",
'CONTACT': 0000000000,
'EMAIL': "[email protected]",
'PHOTO': "",
}
c64 = {
'USERNAME': "kamalsha",
'PASSWORD': "rc",
'FIRSTNAME': "Kamal",
'LASTNAME': "Shah",
'CONTACT': 0000000000,
'EMAIL': "[email protected]",
'PHOTO': "",
}
c65 = {
'USERNAME': "kirankuma",
'PASSWORD': "rc",
'FIRSTNAME': "Kiran",
'LASTNAME': "Kumar",
'CONTACT': 0000000000,
'EMAIL': "[email protected]",
'PHOTO': "",
}
c66 = {
'USERNAME': "dr.veereshkumarg",
'PASSWORD': "rc",
'FIRSTNAME': "Dr.",
'LASTNAME': "G.B",
'CONTACT': 0000000000,
'EMAIL': "[email protected]",
'PHOTO': "",
}
c67 = {
'USERNAME': "p.raghura",
'PASSWORD': "rc",
'FIRSTNAME': "P.Raghuram",
'LASTNAME': "P.Raghuram",
'CONTACT': 0000000000,
'EMAIL': "[email protected]",
'PHOTO': "",
}
c68 = {
'USERNAME': "vinayakjosh",
'PASSWORD': "rc",
'FIRSTNAME': "Vinayak",
'LASTNAME': "Joshi",
'CONTACT': 0000000000,
'EMAIL': "[email protected]",
'PHOTO': "",
}
users = [ c60, c61, c62, c63, c64, c65, c66, c67, c68]