This commit is contained in:
parent
9e1860faf9
commit
78ee1c6126
@ -78,7 +78,7 @@ class SkillLevels(models.Model):
|
|||||||
('E', 'Ekspert'),
|
('E', 'Ekspert'),
|
||||||
]
|
]
|
||||||
|
|
||||||
skill_id = models.ForeignKey(Skill)
|
skill_id = models.ForeignKey(Skill, on_delete=models.CASCADE)
|
||||||
skill_level = models.CharField(max_length=1, choices=proficiency_choices,)
|
skill_level = models.CharField(max_length=1, choices=proficiency_choices,)
|
||||||
|
|
||||||
class CompanyLogo(models.Model):
|
class CompanyLogo(models.Model):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user