File tree 3 files changed +44
-44
lines changed
3 files changed +44
-44
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class User(models.Model):
61
61
62
62
email = models .EmailField (null = True , blank = False )
63
63
phone = models .IntegerField (null = True , blank = True )
64
-
64
+
65
65
is_bot = models .BooleanField (null = False , blank = False , default = False )
66
66
BOT_TYPES = (
67
67
("None" , "none" ),
Original file line number Diff line number Diff line change 1
1
{
2
- "googleapi" : {
3
- "SOCIAL_AUTH_GOOGLE_OAUTH2_KEY" : " " ,
4
- "SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET" : " " ,
5
- "SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS" : " "
6
- }
7
- }
2
+ "googleapi" : {
3
+ "SOCIAL_AUTH_GOOGLE_OAUTH2_KEY" : " " ,
4
+ "SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET" : " " ,
5
+ "SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS" : " "
6
+ }
7
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "eu-central-1" : {
3
- "instanceTypes" : [
4
- {
5
- "type" : " t3.nano" ,
6
- "dispName" : " General -- CPU: 1 -- RAM: 0.5 -- $0.0067/hr"
7
- },
8
- {
9
- "type" : " t3.micro" ,
10
- "dispName" : " General -- CPU: 1 -- RAM: 1 -- $0.0134/hr"
11
- },
12
- {
13
- "type" : " t3.small" ,
14
- "dispName" : " General -- CPU: 1 -- RAM: 2 -- $0.0268/hr"
15
- },
16
- {
17
- "type" : " t3.medium" ,
18
- "dispName" : " General -- CPU: 2 -- RAM: 4 -- $0.0536/hr"
19
- },
20
- {
21
- "type" : " t3.large" ,
22
- "dispName" : " General -- CPU: 2 -- RAM: 8 -- $0.1072/hr"
23
- },
24
- {
25
- "type" : " m5.large" ,
26
- "dispName" : " EBS-Optimized -- CPU: 2 -- RAM: 8 -- $0.1150/hr"
27
- },
28
- {
29
- "type" : " c5.large" ,
30
- "dispName" : " Compute -- CPU: 2 -- RAM: 4 -- $0.0970/hr"
31
- },
32
- {
33
- "type" : " c5.xlarge" ,
34
- "dispName" : " Compute -- CPU: 4 -- RAM: 8 -- $0.1940/hr"
35
- }
36
- ]
37
- }
38
- }
2
+ "eu-central-1" : {
3
+ "instanceTypes" : [
4
+ {
5
+ "type" : " t3.nano" ,
6
+ "dispName" : " General -- CPU: 1 -- RAM: 0.5 -- $0.0067/hr"
7
+ },
8
+ {
9
+ "type" : " t3.micro" ,
10
+ "dispName" : " General -- CPU: 1 -- RAM: 1 -- $0.0134/hr"
11
+ },
12
+ {
13
+ "type" : " t3.small" ,
14
+ "dispName" : " General -- CPU: 1 -- RAM: 2 -- $0.0268/hr"
15
+ },
16
+ {
17
+ "type" : " t3.medium" ,
18
+ "dispName" : " General -- CPU: 2 -- RAM: 4 -- $0.0536/hr"
19
+ },
20
+ {
21
+ "type" : " t3.large" ,
22
+ "dispName" : " General -- CPU: 2 -- RAM: 8 -- $0.1072/hr"
23
+ },
24
+ {
25
+ "type" : " m5.large" ,
26
+ "dispName" : " EBS-Optimized -- CPU: 2 -- RAM: 8 -- $0.1150/hr"
27
+ },
28
+ {
29
+ "type" : " c5.large" ,
30
+ "dispName" : " Compute -- CPU: 2 -- RAM: 4 -- $0.0970/hr"
31
+ },
32
+ {
33
+ "type" : " c5.xlarge" ,
34
+ "dispName" : " Compute -- CPU: 4 -- RAM: 8 -- $0.1940/hr"
35
+ }
36
+ ]
37
+ }
38
+ }
You can’t perform that action at this time.
0 commit comments