File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
backend/family_tree/student Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,12 @@ class Student(models.Model):
7
7
year = models .CharField (max_length = 4 )
8
8
picture = models .URLField (max_length = 200 )
9
9
homeTown = models .CharField (max_length = 200 )
10
- < << << << HEAD
11
- extraCurriculars = models .CharField (max_length = 2000 )
12
- socialMedia = models .ForeignKey ('SocialMedia' )
13
- linkedIn = models .URLField (max_length = 200 )
14
- email = models .EmailField (max_length = 254 )
15
- parentId = models .CharField (max_length = 9 )
16
- == == == =
17
10
extraCurriculars = models .CharField (max_length = 400 )
18
- socialMedia = models .URLField ( )
11
+ socialMedia = models .ForeignKey ( 'SocialMedia' )
19
12
linkedIn = models .URLField (max_length = 200 )
20
13
email = models .EmailField (max_length = 254 )
21
14
parentId = models .CharField (max_length = 400 )
22
15
23
- >> >> >> > f3c5d575314c25efa18736f1f5355e7c052ec9a5
24
16
25
17
class SocialMedia (models .Model ):
26
18
facebook = models .URLField (max_length = 255 )
You can’t perform that action at this time.
0 commit comments